mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Add permissions property to group factory
This commit is contained in:
parent
4bd6c2171c
commit
af135fa42c
|
@ -23,6 +23,7 @@ class GroupFactory extends Factory
|
|||
{
|
||||
return [
|
||||
'name' => $this->faker->name(),
|
||||
'permissions' => json_encode([]),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue