@@ -48,7 +48,7 @@ |
||
48 | 48 | |
49 | 49 | private function bootDirectives() |
50 | 50 | { |
51 | - Blade::directive('grid', function ($expression) { |
|
51 | + Blade::directive('grid', function($expression) { |
|
52 | 52 | return "<?php echo grid($expression) ?>"; |
53 | 53 | }); |
54 | 54 | } |