rename 'bezeichnung' field to 'description'

This commit is contained in:
j3d1 2019-12-15 20:34:47 +01:00
parent c54879c26e
commit 5f5101b977
3 changed files with 39 additions and 5 deletions

View file

@ -15,7 +15,7 @@ class Item extends Model
* @var array
*/
protected $fillable = [
'iid', 'item_uid', 'bezeichnung', 'wann', 'wo', 'eid', 'cid'
'iid', 'item_uid', 'description', 'wann', 'wo', 'eid', 'cid'
];