@@ -25,7 +25,7 @@ discard block |
||
25 | 25 | public function boot() |
26 | 26 | { |
27 | 27 | // for lumen |
28 | - $configPath =function ($path = '') |
|
28 | + $configPath = function($path = '') |
|
29 | 29 | { |
30 | 30 | return app()->basePath() . '/config' . ($path ? '/' . $path : $path); |
31 | 31 | }; |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | // Register a blade directive to show user date/time in their timezone |
42 | 42 | Blade::directive( |
43 | 43 | 'displayDate', |
44 | - function ($expression) { |
|
44 | + function($expression) { |
|
45 | 45 | $options = explode(',', $expression); |
46 | 46 | |
47 | 47 | if (count($options) == 1) { |