This commit is contained in:
merdan 2023-03-08 14:02:00 +05:00
parent b213cf7cc1
commit 6a9875485a
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ class Folder extends Model implements FolderContract
{
protected $table = 'wishlist_folder';
public $timestamps = false;
protected $fillable = ['name','customer_id'];
public function customer() : BelongsTo{