Skip to content

Commit

Permalink
Revert changes in AurynContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 16, 2023
1 parent 5676eac commit d2252a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Container/AurynContainer.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ public function __construct($data = null)

if (! $data instanceof Injector)
{
parent::__construct($data) && $this->injector = $this;
parent::__construct($data);

$this->injector = $this;
}
}

Expand Down

0 comments on commit d2252a9

Please sign in to comment.