write new tests
This commit is contained in:
@@ -17,7 +17,9 @@ class RoleFactory extends Factory
|
||||
public function definition(): array
|
||||
{
|
||||
return [
|
||||
//
|
||||
'name' => $this->faker->unique()->slug,
|
||||
'name_fa' => $this->faker->unique()->word,
|
||||
'guard_name' => 'web',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user