1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02: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:
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'),
/*
|--------------------------------------------------------------------------