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',
|
'title',
|
||||||
'album_id',
|
'album_id',
|
||||||
'track_order',
|
'track_order',
|
||||||
|
'audio_file',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function album() {
|
public function album() {
|
||||||
|
Loading…
Reference in New Issue
Block a user