We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3854d0f + 2cf6960 commit 4669b79Copy full SHA for 4669b79
src/TunnelerServiceProvider.php
@@ -43,7 +43,7 @@ public function register()
43
}
44
$this->mergeConfigFrom($this->configPath, 'tunneler');
45
46
- $this->app['command.tunneler.activate'] = $this->app->share(
+ $this->app->singleton('command.tunneler.activate',
47
function ($app) {
48
return new TunnelerCommand();
49
@@ -62,4 +62,4 @@ public function provides()
62
return array('command.tunneler.activate');
63
64
65
-}
+}
0 commit comments