added it_get_navigator_tree and it_get_folder_content

This commit is contained in:
Peter Papp
2021-02-28 18:21:23 +01:00
parent 486d8de378
commit 674290edfc
9 changed files with 194 additions and 67 deletions

View File

@@ -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']
),