Skip to content

Commit

Permalink
fix: Remove usage of deprecated ContainerAwareInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Dec 3, 2023
1 parent bdfd65b commit 734aa66
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@
use Nelmio\Alice\IsAServiceTrait;
use Nelmio\Alice\Throwable\Exception\Generator\Instantiator\InstantiationException;
use function sprintf;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

final class InstantiatedReferenceInstantiator implements ChainableInstantiatorInterface, ContainerAwareInterface
final class InstantiatedReferenceInstantiator implements ChainableInstantiatorInterface
{
use IsAServiceTrait;

Expand Down

0 comments on commit 734aa66

Please sign in to comment.