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 da39fa9 commit 9abdab9Copy full SHA for 9abdab9
1 file changed
fixtures/user.yaml
@@ -1,3 +1,5 @@
1
App\Entity\User:
2
user_admin:
3
- __construct: ["admin@example.com", "Admin", [ROLE_ADMIN]]
+ __construct: ["Admin", "admin@example.com", [ROLE_ADMIN]]
4
+ user_user:
5
+ __construct: ["User", "user@example.com", [ROLE_USER]]
0 commit comments