显示类型id
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -8,7 +8,7 @@ use Illuminate\Database\Eloquent\Model; | ... | @@ -8,7 +8,7 @@ use Illuminate\Database\Eloquent\Model; |
8 | class PropertyFileType extends BaseModel | 8 | class PropertyFileType extends BaseModel |
9 | { | 9 | { |
10 | public $hidden = [ | 10 | public $hidden = [ |
11 | 'id', 'visible', 'type', 'created_at' | 11 | 'visible', 'type', 'created_at' |
12 | ]; | 12 | ]; |
13 | 13 | ||
14 | } | 14 | } | ... | ... |
-
Please register or sign in to post a comment