@@ -36,7 +36,7 @@ |
||
36 | 36 | // Register a blade directive to show user date/time in their timezone |
37 | 37 | Blade::directive( |
38 | 38 | 'displayDate', |
39 | - function ($expression) { |
|
39 | + function($expression) { |
|
40 | 40 | $options = explode(',', $expression); |
41 | 41 | |
42 | 42 | if (count($options) == 1) { |