We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd52e9a commit 62fb529Copy full SHA for 62fb529
3 files changed
app/sprinkles/account/factories/Group.php
@@ -18,5 +18,5 @@
18
'description' => Faker::paragraph(),
19
'slug' => function ($object, $saved) {
20
return uniqid();
21
- }
+ },
22
]);
app/sprinkles/account/factories/Permissions.php
@@ -19,5 +19,5 @@
'conditions' => Faker::word(),
23
app/sprinkles/account/factories/Roles.php
0 commit comments