Added audio_file field to Song model

This commit is contained in:
gballan1 2016-04-20 22:39:03 -04:00
parent 91d1a9be40
commit bd5fe6391a

View File

@ -12,6 +12,7 @@ class Song extends Eloquent {
'title', 'title',
'album_id', 'album_id',
'track_order', 'track_order',
'audio_file',
]; ];
public function album() { public function album() {