Skip to content

Commit dab049a

Browse files
committed
Updated package for laravel 5.2
1 parent ad18d3f commit dab049a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelPingerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function register()
3535

3636
private function registerLaravelPinger()
3737
{
38-
$this->app->bindShared('pinger', function ($app) {
38+
$this->app->singleton('pinger', function ($app) {
3939
return new Pinger();
4040
});
4141
}

0 commit comments

Comments
 (0)