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.
1 parent ad18d3f commit dab049aCopy full SHA for dab049a
src/LaravelPingerServiceProvider.php
@@ -35,7 +35,7 @@ public function register()
35
36
private function registerLaravelPinger()
37
{
38
- $this->app->bindShared('pinger', function ($app) {
+ $this->app->singleton('pinger', function ($app) {
39
return new Pinger();
40
});
41
}
0 commit comments