Skip to content

Commit

Permalink
remove the package method from service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulkave committed Feb 26, 2015
1 parent 1fa6b71 commit 9231176
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Vinelab/Http/HttpServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,6 @@ class HttpServiceProvider extends ServiceProvider {
*/
protected $defer = false;

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

/**
* Register the service provider.
*
Expand Down

0 comments on commit 9231176

Please sign in to comment.