Skip to content

Commit b51084b

Browse files
authored
Merge pull request #21 from erlangp/patch-2
fix PSR-2 coding style
2 parents fdc8399 + 03d4693 commit b51084b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FcmServiceProvider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public function boot()
2020

2121
public function register()
2222
{
23-
$this->app->singleton('fcm', function($app) {
24-
return new Fcm;
23+
$this->app->singleton('fcm', function ($app) {
24+
return new Fcm();
2525
});
2626
}
2727
}

0 commit comments

Comments
 (0)