mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
team folders page
This commit is contained in:
@@ -25,7 +25,7 @@ class FolderFactory extends Factory
|
||||
'id' => $this->faker->uuid,
|
||||
'user_id' => $this->faker->uuid,
|
||||
'name' => $this->faker->word,
|
||||
'team_folder' => $this->faker->boolean(),
|
||||
'team_folder' => false,
|
||||
'author' => $this->faker->randomElement(
|
||||
['user', 'member', 'visitor']
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user