mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
team members limitation frontend/backend
This commit is contained in:
@@ -26,7 +26,7 @@ class TeamFolderInvitationFactory extends Factory
|
||||
'parent_id' => $this->faker->uuid,
|
||||
'inviter_id' => $this->faker->uuid,
|
||||
'email' => $this->faker->email,
|
||||
'permission' => $this->faker->randomElement(['can-edit', 'can-view', 'can-view-and-download']),
|
||||
'permission' => $this->faker->randomElement(['can-edit', 'can-view']),
|
||||
'status' => $this->faker->randomElement(['pending', 'accepted', 'rejected']),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user