Merge pull request #466 from limenet/patch-2

Fixed a typo in function name
This commit is contained in:
Hillel Coren 2015-10-04 14:31:36 +03:00
commit ad55c79df3

View File

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