Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
stfndamjanovic committed Jan 27, 2024
1 parent 1a8cdd6 commit 99903ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CircuitBreaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function skipFailureCount(\Closure $closure)
public function storage(CircuitBreakerStorage $storage)
{
$this->storage = $storage;

$this->storage->init($this);

return $this;
Expand Down

0 comments on commit 99903ae

Please sign in to comment.