Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
reinvanoyen committed Jan 16, 2020
1 parent 88cbe68 commit 39c691c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Container/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ private function create(string $contract, array $arguments = [])
continue;
}

$injections[] = $this->get($className);

continue;

} else {
Expand Down

0 comments on commit 39c691c

Please sign in to comment.