fix toggle formatting for wishlist

This commit is contained in:
hackerESQ
2024-08-04 18:27:47 -05:00
parent 8ef8a2c9e9
commit c9922ed370
2 changed files with 12 additions and 6 deletions
+3 -1
View File
@@ -45,7 +45,9 @@ class Portfolio extends Model
*
* @var array
*/
protected $casts = [];
protected $casts = [
'wishlist' => 'boolean'
];
/**
* The relationships that should always be eagerly loaded.