@@ -40,7 +40,7 @@ |
||
| 40 | 40 | { |
| 41 | 41 | $this->registerHtmlPackage(); |
| 42 | 42 | |
| 43 | - $this->app->singleton('menus', function ($app) |
|
| 43 | + $this->app->singleton('menus', function($app) |
|
| 44 | 44 | { |
| 45 | 45 | return new Menu($app['view'], $app['config']); |
| 46 | 46 | }); |