refactor(models): add is_directory attribute to LocalFileVolume model

This commit is contained in:
Andras Bacsai
2025-03-25 09:40:36 +01:00
parent 41205b7ad2
commit be95695ee8

View File

@@ -12,6 +12,7 @@ class LocalFileVolume extends BaseModel
'fs_path' => 'encrypted',
'mount_path' => 'encrypted',
'content' => 'encrypted',
'is_directory' => 'boolean',
];
use HasFactory;