Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
niclashedam authored and StyleCIBot committed Apr 9, 2018
1 parent 7c0fd2b commit 7ee96aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/EloquentTest.php
Expand Up @@ -176,7 +176,7 @@ class ModelWithCasting extends \Illuminate\Database\Eloquent\Model
'preciseDecimal',
];
protected $casts = [
'decimal' => 'float',
'decimal' => 'float',
'preciseDecimal' => 'float',
];
}
Expand Down

0 comments on commit 7ee96aa

Please sign in to comment.