Laravel version update
Laravel version update
This commit is contained in:
@@ -32,8 +32,7 @@ class LaravelPushNotificationServiceProvider extends ServiceProvider {
|
||||
*/
|
||||
public function register()
|
||||
{
|
||||
$this->app['pushNotification'] = $this->app->share(function($app)
|
||||
{
|
||||
$this->app->singleton('pushNotification', function ($app) {
|
||||
return new PushNotification();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user