Skip to content

Commit

Permalink
laravel support and Facade Fixed 3
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitypaul committed Mar 15, 2020
1 parent 0980282 commit 14ed543
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/LaravelNairaExchangeRatesServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class LaravelNairaExchangeRatesServiceProvider extends ServiceProvider
*
* @var bool
*/
//protected $defer = true;
protected $defer = false;

/**
* Bootstrap the application services.
Expand Down Expand Up @@ -43,8 +43,8 @@ public function register()
* Get the services provided by the provider.
* @return array
*/
// public function provides()
// {
// return ['laravel-naira-exchange-rates'];
// }
public function provides()
{
return ['laravel-naira-exchange-rates'];
}
}

0 comments on commit 14ed543

Please sign in to comment.