Skip to content

Commit

Permalink
Fix Error in class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Oct 11, 2021
1 parent e96c5a9 commit 6002d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ public function has($sClass)
*/
public function get($sClass)
{
return $this->container->get($sClass, ContainerInterface::NULL_ON_INVALID_REFERENCE);
return $this->container->get($sClass, SymfonyContainerInterface::NULL_ON_INVALID_REFERENCE);
}
}

0 comments on commit 6002d4c

Please sign in to comment.