mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Merge pull request #127 from phanan/analysis-8KOkV8
Applied fixes from StyleCI
This commit is contained in:
commit
9b58dd1867
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Song extends Model
|
|||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'length' => 'float'
|
||||
'length' => 'float',
|
||||
];
|
||||
|
||||
public function album()
|
||||
|
|
Loading…
Reference in a new issue