add file model
This commit is contained in:
parent
53037d26af
commit
acf701da70
10 changed files with 96 additions and 9 deletions
|
@ -13,7 +13,7 @@ class Container extends Model
|
|||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'cid'
|
||||
'cid', 'name'
|
||||
];
|
||||
|
||||
/**
|
||||
|
@ -22,4 +22,4 @@ class Container extends Model
|
|||
* @var array
|
||||
*/
|
||||
protected $hidden = [];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue