@@ -18,7 +18,7 @@ |
||
18 | 18 | */ |
19 | 19 | public function boot() |
20 | 20 | { |
21 | - Blade::directive('fa', function ($expression) { |
|
21 | + Blade::directive('fa', function($expression) { |
|
22 | 22 | return "<?php echo FontAwesome::icon({$expression}); ?>"; |
23 | 23 | }); |
24 | 24 | } |