Skip to content

Commit

Permalink
Merge pull request #40 from jenssegers/patch-1
Browse files Browse the repository at this point in the history
Make service provider L5 compatible
  • Loading branch information
robclancy committed Mar 14, 2015
2 parents 06d6e16 + da6c286 commit ab8a18d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/PresenterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ class PresenterServiceProvider extends ServiceProvider {
*/
protected $defer = false;

/**
* Bootstrap the application events.
*
* @return void
*/
public function boot()
{
$this->package('robclancy/presenter');
}

/**
* Register the service provider.
*
Expand Down Expand Up @@ -94,4 +84,4 @@ public function provides()
return [];
}

}
}

0 comments on commit ab8a18d

Please sign in to comment.