Fixed a typo in function name

This typo led to a fatal error since the function was undefined. This bug was introduced in ef06706911883e21638db00174a693386a9d2fd1
This commit is contained in:
Linus Metzler 2015-10-04 11:50:42 +02:00
parent 4e8f222dd2
commit c28df84464

View File

@ -97,7 +97,7 @@ return [
|
*/
'log' => evn('LOG', 'single'),
'log' => env('LOG', 'single'),
/*
|--------------------------------------------------------------------------