ui(admin): fix egg creation
This commit is contained in:
parent
6f5fb09c13
commit
3721b2007b
9 changed files with 1224 additions and 1142 deletions
|
@ -78,6 +78,9 @@ class Egg extends Model
|
|||
* Fields that are not mass assignable.
|
||||
*/
|
||||
protected $fillable = [
|
||||
'nest_id',
|
||||
'author',
|
||||
'uuid',
|
||||
'name',
|
||||
'description',
|
||||
'features',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue