mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
invitation page implementation
This commit is contained in:
@@ -24,6 +24,7 @@ class TeamFolderInvitationFactory extends Factory
|
||||
return [
|
||||
'id' => $this->faker->uuid,
|
||||
'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']),
|
||||
'status' => $this->faker->randomElement(['pending', 'accepted', 'rejected']),
|
||||
|
||||
Reference in New Issue
Block a user