app/Models/Recipe.php: Add description to fillable array.
This commit is contained in:
parent
3b5b2e3b09
commit
b06cf18f51
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ class Recipe extends Model
|
|||
'profession_id',
|
||||
'category_id',
|
||||
'item_id',
|
||||
'spell_id'
|
||||
'spell_id',
|
||||
'description'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue