mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
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
@ -97,7 +97,7 @@ return [
|
|||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'log' => evn('LOG', 'single'),
|
'log' => env('LOG', 'single'),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user