sorting fix
This commit is contained in:
parent
cf8cf1a00c
commit
2399774b52
@ -8,6 +8,10 @@ class Vehicles extends Model
|
||||
{
|
||||
protected $table = 'vehicles';
|
||||
|
||||
protected $casts = [
|
||||
'owner' => 'integer'
|
||||
];
|
||||
|
||||
protected $fillable = [
|
||||
'year',
|
||||
'make',
|
||||
|
Loading…
Reference in New Issue
Block a user