Skip to content

Commit 4669b79

Browse files
authored
Merge pull request stechstudio#1 from rleger/patch-1
Laravel 5.4 compatibility
2 parents 3854d0f + 2cf6960 commit 4669b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TunnelerServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function register()
4343
}
4444
$this->mergeConfigFrom($this->configPath, 'tunneler');
4545

46-
$this->app['command.tunneler.activate'] = $this->app->share(
46+
$this->app->singleton('command.tunneler.activate',
4747
function ($app) {
4848
return new TunnelerCommand();
4949
}
@@ -62,4 +62,4 @@ public function provides()
6262
return array('command.tunneler.activate');
6363
}
6464

65-
}
65+
}

0 commit comments

Comments
 (0)