Archived
1
0
Fork 0

Merge branch 'description'

This commit is contained in:
Henrik Hautakoski 2022-11-17 22:33:47 +01:00
commit 7ddb89069d
4 changed files with 32 additions and 2 deletions

View file

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