1
0
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:
sycjam 2020-05-26 22:07:37 +01:00 committed by GitHub
parent a212cb0d73
commit 7a7aa31b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
*