refactor(models): add is_directory attribute to LocalFileVolume model
This commit is contained in:
parent
41205b7ad2
commit
be95695ee8
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ class LocalFileVolume extends BaseModel
|
||||||
'fs_path' => 'encrypted',
|
'fs_path' => 'encrypted',
|
||||||
'mount_path' => 'encrypted',
|
'mount_path' => 'encrypted',
|
||||||
'content' => 'encrypted',
|
'content' => 'encrypted',
|
||||||
|
'is_directory' => 'boolean',
|
||||||
];
|
];
|
||||||
|
|
||||||
use HasFactory;
|
use HasFactory;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue