mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Merge branch 'master' into 1.1
This commit is contained in:
commit
79fa62d7b0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Song extends Model
|
|||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'length' => 'float'
|
||||
'length' => 'float',
|
||||
];
|
||||
|
||||
public function album()
|
||||
|
|
Loading…
Reference in a new issue