fix 头像字段不显示为图片类型

pull/97/head
LongHaiwei 2019-01-22 10:03:12 +08:00
parent fdd68b5b7a
commit dd1a66fcc8
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ class Crud extends Command
'url' => 'url',
'image' => 'image',
'images' => 'images',
'avatar' => 'image',
'switch' => 'toggle',
'time' => ['type' => ['int', 'timestamp'], 'name' => 'datetime']
];