Folders
This commit is contained in:
parent
b213cf7cc1
commit
6a9875485a
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in New Issue