Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Move to Psr containers (deprecate Interop\Container\ContainerInterface)
Browse files Browse the repository at this point in the history
  • Loading branch information
imonteiro committed Mar 22, 2023
1 parent e4dc0df commit 8b1d539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/DoctrineQueueFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use SlmQueueDoctrine\Options\DoctrineOptions;
use SlmQueueDoctrine\Queue\DoctrineQueue;
use Laminas\ServiceManager\Factory\FactoryInterface;
use Interop\Container\ContainerInterface;
use Psr\Container\ContainerInterface;

/**
* DoctrineQueueFactory
Expand Down

0 comments on commit 8b1d539

Please sign in to comment.