Skip to content

Commit

Permalink
Merge pull request #91 from mbabker/patch-1
Browse files Browse the repository at this point in the history
Alias the 'onesignal' service
  • Loading branch information
berkayk authored Nov 8, 2018
2 parents 7d1354b + f33e27e commit a3c0de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/OneSignalServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ public function register()

return $client;
});

$this->app->alias('onesignal', 'Berkayk\OneSignal\OneSignalClient');
}

public function provides() {
return ['onesignal'];
}


}

0 comments on commit a3c0de6

Please sign in to comment.