mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 01:22:16 +00:00
added it_get_navigator_tree and it_get_folder_content
This commit is contained in:
@@ -24,7 +24,7 @@ class FolderFactory extends Factory
|
||||
return [
|
||||
'id' => $this->faker->uuid,
|
||||
'user_id' => $this->faker->uuid,
|
||||
'name' => $this->faker->name,
|
||||
'name' => $this->faker->word,
|
||||
'user_scope' => $this->faker->randomElement(
|
||||
['master', 'editor', 'visitor']
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user