Skip to content

Commit 8ff6378

Browse files
committed
role id megafix
1 parent ec0fef8 commit 8ff6378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service/UserManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
class UserManager
1515
{
16-
const ADMIN_ROLE_ID = 2;
16+
const ADMIN_ROLE_ID = 1;
1717
const ADMIN_EMAIL = 'admin@example.com';
1818
const ADMIN_NAME = 'Admin';
1919
const ADMIN_PASSWORD = 'Secur1ty';

0 commit comments

Comments
 (0)