feat: add user impersonation service
This commit is contained in:
@@ -52,7 +52,7 @@ class UserFactory extends Factory
|
||||
{
|
||||
return $this->state(fn (array $attributes): array => [
|
||||
'level' => UserLevel::SUPERADMIN->value,
|
||||
'email' => 'admin@zemail.me',
|
||||
'email' => fake()->unique()->safeEmail(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user