@@ -13,7 +13,7 @@ |
||
13 | 13 | */ |
14 | 14 | public function register() |
15 | 15 | { |
16 | - $this->app->bind('helper', function () { |
|
16 | + $this->app->bind('helper', function() { |
|
17 | 17 | return new Helper(); |
18 | 18 | }); |
19 | 19 | } |