We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0fef8 commit 8ff6378Copy full SHA for 8ff6378
1 file changed
src/Service/UserManager.php
@@ -13,7 +13,7 @@
13
*/
14
class UserManager
15
{
16
- const ADMIN_ROLE_ID = 2;
+ const ADMIN_ROLE_ID = 1;
17
const ADMIN_EMAIL = 'admin@example.com';
18
const ADMIN_NAME = 'Admin';
19
const ADMIN_PASSWORD = 'Secur1ty';
0 commit comments