Skip to content

Commit

Permalink
Removed leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Jun 14, 2021
1 parent 1cb74c7 commit 84af804
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ private function registerService(string $serviceId, $objectOrFactory): void
$this->current[$serviceId] = $serviceId;

foreach ($this->getAliases($serviceId) as $alias) {
$this->services[$alias] = $objectOrFactory;
$this->current[$alias] = $serviceId;
}
}
Expand Down

0 comments on commit 84af804

Please sign in to comment.