Fixed a typo in function name
This typo led to a fatal error since the function was undefined. This bug was introduced in ef06706911
This commit is contained in:
parent
4e8f222dd2
commit
c28df84464
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'log' => evn('LOG', 'single'),
|
||||
'log' => env('LOG', 'single'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue