Skip to content

Commit

Permalink
fix facade
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeisas committed May 4, 2014
1 parent dac6645 commit f1ab820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facade/LaravelDolarBlue.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class LaravelDolarBlue extends Facade
*/
protected static function getFacadeAccessor()
{
return 'FedeIsas\LaravelDolarBlue\LaravelDolarBlue';
return 'Fedeisas\LaravelDolarBlue\LaravelDolarBlue';
}
}

0 comments on commit f1ab820

Please sign in to comment.