Completed
Push — master ( 4895be...67409c )
by Oleg
04:41
created
src/MenuServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
 
80 80
     protected function registerRenderSystem()
81 81
     {
82
-        $this->app->bind('menu.render', function (Container $app) {
82
+        $this->app->bind('menu.render', function(Container $app) {
83 83
             $config = $app->make(Repository::class)->get('menu');
84 84
             $key = $config['default'];
85 85
             $available = $config['renders'];
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
 
96 96
     protected function registerComparativeUrl()
97 97
     {
98
-        $this->app->singleton('menu.compare-url', function (Container $app) {
98
+        $this->app->singleton('menu.compare-url', function(Container $app) {
99 99
             return $app->make(ComparativeUrl::class, [
100 100
                 'skippedPaths' => $app->make(Repository::class)->get('menu.skippedPaths'),
101 101
             ]);
Please login to merge, or discard this patch.