File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ class ColumnTypeAggregate extends Model {
1414 protected $ casts = [
1515 'castInt ' => 'int ' ,
1616 'castReal ' => 'real ' ,
17+ 'castBool ' => 'bool ' ,
1718 'castDate ' => 'date ' ,
19+ 'castArray ' => 'array ' ,
1820 'castFloat ' => 'float ' ,
19- 'castBool ' => 'bool ' ,
2021 'castDouble ' => 'double ' ,
22+ 'castObject ' => 'object ' ,
2123 'castString ' => 'string ' ,
24+ 'castDecimal ' => 'decimal ' ,
25+ 'castBoolean ' => 'boolean ' ,
2226 'castInteger ' => 'integer ' ,
2327 'castDateTime ' => 'datetime ' ,
24- 'castBoolean ' => 'boolean ' ,
25- 'castArray ' => 'array ' ,
2628 'castEncrypted ' => 'encrypted ' ,
2729 'castTimestamp ' => 'timestamp ' ,
2830 'castImmutableDate ' => 'immutable_date ' ,
2931 'castAsStringable ' => AsStringable::class,
3032 'castImmutableDateTime ' => 'immutable_datetime ' ,
31- 'castObject ' => 'object ' ,
32- 'castDecimal ' => 'decimal ' ,
3333 ];
3434}
You can’t perform that action at this time.
0 commit comments