Added audio_file field to Song model
This commit is contained in:
parent
91d1a9be40
commit
bd5fe6391a
@ -12,6 +12,7 @@ class Song extends Eloquent {
|
||||
'title',
|
||||
'album_id',
|
||||
'track_order',
|
||||
'audio_file',
|
||||
];
|
||||
|
||||
public function album() {
|
||||
|
Loading…
Reference in New Issue
Block a user