mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 08:52:15 +00:00
- added folder, file factories
This commit is contained in:
@@ -15,7 +15,7 @@ use Kyslik\ColumnSortable\Sortable;
|
||||
|
||||
class Folder extends Model
|
||||
{
|
||||
use Searchable, SoftDeletes , Sortable;
|
||||
use Searchable, SoftDeletes, Sortable;
|
||||
|
||||
protected $guarded = [
|
||||
'id'
|
||||
|
||||
Reference in New Issue
Block a user