Skip to content

Commit

Permalink
Fix default env
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Feb 15, 2023
1 parent 76474a3 commit b6bdd57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@
"@mark-separate",
"@lint",
"@mark-separate",
"@composer-check-platform-reqs",
"@mark-separate",
"@composer-validate",
"@mark-separate",
"@style-lint",
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
*/

// 'env' => 'development',
'env' => env('APP_ENV', 'production'),
'env' => env('APP_ENV', 'development'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit b6bdd57

Please sign in to comment.