mirror of
https://github.com/devfake/flox.git
synced 2024-11-08 19:32:29 +01:00
Update Item.php
This commit is contained in:
parent
a212cb0d73
commit
7a7aa31b13
@ -24,6 +24,15 @@
|
||||
'updated_at',
|
||||
];
|
||||
|
||||
/**
|
||||
* The attributes that should be cast.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'watchlist' => 'boolean',
|
||||
];
|
||||
|
||||
/**
|
||||
* The accessors to append to the model's array form.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user