Merge pull request #127 from phanan/analysis-8KOkV8

Applied fixes from StyleCI
This commit is contained in:
Phan An 2015-12-21 10:18:07 +08:00
commit 9b58dd1867

View file

@ -24,7 +24,7 @@ class Song extends Model
* @var array
*/
protected $casts = [
'length' => 'float'
'length' => 'float',
];
public function album()