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

Commit

Permalink
container bug found via tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Mar 4, 2016
1 parent d74aa18 commit f99f9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Spiral/Core/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ public function restore($replacePayload)

if (!empty($resolver)) {
//Restoring original value
$this->bindings[$alias] = $replacePayload;
$this->bindings[$alias] = $resolver;
}
}

Expand Down

0 comments on commit f99f9c8

Please sign in to comment.