Use user instead of name

This commit is contained in:
Jonny Barnes 2017-02-18 20:33:35 +00:00
parent a77624f5bc
commit 6d4c566944

View file

@ -10,7 +10,7 @@ return [
| The username of the admin account.
*/
'name' => env('ADMIN_NAME'),
'user' => env('ADMIN_USER'),
/*
|--------------------------------------------------------------------------