Commit 227134ec authored by Nicolas Widart's avatar Nicolas Widart

Fix the correct role in install command

parent 4e429212
......@@ -92,7 +92,7 @@ class InstallCommand extends Command
'email' => $email,
'password' => Hash::make($password),
];
$this->user->createWithRoles($userInfo, ['admin']);
$this->user->createWithRoles($userInfo, ['1']);
$this->info('Admin account created!');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment