refactor(models): add is_directory attribute to LocalFileVolume model
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user