- added folder, file factories

This commit is contained in:
Peter Papp
2021-02-26 17:32:59 +01:00
parent 920ee19651
commit 1359b78d21
4 changed files with 101 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ use Kyslik\ColumnSortable\Sortable;
class Folder extends Model
{
use Searchable, SoftDeletes , Sortable;
use Searchable, SoftDeletes, Sortable;
protected $guarded = [
'id'