Skip to content

Commit

Permalink
Refactor: Change config folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielanhaia committed Jul 7, 2020
1 parent 4f5b06c commit 948791b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Providers/CircuitBreakerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CircuitBreakerServiceProvider extends ServiceProvider
public function register()
{
$this->mergeConfigFrom(
__DIR__ . '/config/circuit_breaker.php', 'circuit_breaker'
__DIR__ . '../../config/circuit_breaker.php', 'circuit_breaker'
);

$this->app->bind(CircuitBreakerAdapter::class, RedisCircuitBreaker::class);
Expand Down

0 comments on commit 948791b

Please sign in to comment.