Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fixed provides in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Amegatron committed Jun 22, 2014
1 parent defd87f commit 518bf8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class LocalizedCarbonServiceProvider extends ServiceProvider {
*
* @var bool
*/
protected $defer = false;
protected $defer = true;

/**
* Bootstrap the application events.
Expand Down Expand Up @@ -40,7 +40,7 @@ public function register()
*/
public function provides()
{
return array('diffformatter');
return array('difffactory');
}

}

0 comments on commit 518bf8a

Please sign in to comment.