Completed
Pull Request — master (#3)
by
unknown
16:32
created
src/MenusServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
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
         });
Please login to merge, or discard this patch.