From c28df844642b12c13ec9642e23cc2eaa4e2ec025 Mon Sep 17 00:00:00 2001 From: Linus Metzler Date: Sun, 4 Oct 2015 11:50:42 +0200 Subject: [PATCH] Fixed a typo in function name This typo led to a fatal error since the function was undefined. This bug was introduced in ef06706911883e21638db00174a693386a9d2fd1 --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), /* |--------------------------------------------------------------------------