Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Fixes #35 and resolves #34
Browse files Browse the repository at this point in the history
  • Loading branch information
jelovac authored Oct 25, 2017
1 parent eb7a3ed commit 19db8df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Jelovac/Bitly4laravel/Laravel5ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ public function boot()
*/
public function register()
{
$this->app->bind('bitly4laravel', Bitly4laravel::class);

$this->app->singleton(Bitly4laravel::class, function($app) {
$config = $app['config']['bitly4laravel'];
return new Bitly4laravel($config);
Expand Down

0 comments on commit 19db8df

Please sign in to comment.