1
0
Fork 0

app/Models/Recipe.php: Add description to fillable array.

This commit is contained in:
Henrik Hautakoski 2021-07-08 13:54:10 +02:00
parent 3b5b2e3b09
commit b06cf18f51

View file

@ -33,7 +33,8 @@ class Recipe extends Model
'profession_id',
'category_id',
'item_id',
'spell_id'
'spell_id',
'description'
];
/**