@@ -31,7 +31,7 @@ |
||
31 | 31 | */ |
32 | 32 | public function register() |
33 | 33 | { |
34 | - $this->app->singleton('grid.builder', function ($app) { |
|
34 | + $this->app->singleton('grid.builder', function($app) { |
|
35 | 35 | return new GridBuilder($app); |
36 | 36 | }); |
37 | 37 | } |