Skip to content

Commit

Permalink
Defer the service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Tucker-Eric committed Mar 29, 2016
1 parent 38af993 commit 6df8b04
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

class ServiceProvider extends LaravelServiceProvider
{

/**
* Indicates if loading of the provider is deferred.
*
* @var bool
*/
protected $defer = true;


/**
* Bootstrap any application services.
*
Expand Down

0 comments on commit 6df8b04

Please sign in to comment.