Use user instead of name
This commit is contained in:
parent
a77624f5bc
commit
6d4c566944
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ return [
|
||||||
| The username of the admin account.
|
| The username of the admin account.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'name' => env('ADMIN_NAME'),
|
'user' => env('ADMIN_USER'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue