laravel-pushbullet icon indicating copy to clipboard operation
laravel-pushbullet copied to clipboard

Allow for IoC injection in addition to Facade

Open mattzuba opened this issue 8 years ago • 0 comments

Thanks for putting this package together, love it! I prefer to avoid facades if I can and I use dependency injection in most of my code. It'd be great if you could modify the Service Provider to support this. It's a pretty simple change.

$this->app->bind(['pushbullet' => 'Lahaxearnaud\LaravelPushbullet\LaravelPushbullet'], function () {

mattzuba avatar Aug 22 '15 21:08 mattzuba