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