diff --git a/config/app.php b/config/app.php index 59f185d78a7c..5b6fdff42998 100644 --- a/config/app.php +++ b/config/app.php @@ -97,7 +97,7 @@ return [ | */ - 'log' => evn('LOG', 'single'), + 'log' => env('LOG', 'single'), /* |--------------------------------------------------------------------------