Commit 8437c9e5 authored by Nicolas Widart's avatar Nicolas Widart

Change role name

parent 45f663b7
......@@ -101,7 +101,7 @@ class InstallCommand extends Command
'email' => $email,
'password' => Hash::make($password),
];
$this->user->createWithRoles($userInfo, ['admin']);
$this->user->createWithRoles($userInfo, ['Admin']);
$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