Skip to content

Commit

Permalink
fix use correct dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 14, 2023
1 parent ed243ed commit f72dde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/container.php
Expand Up @@ -6,7 +6,6 @@
use Fusio\Engine\Adapter\ServiceBuilder;
use Fusio\Engine\Connector;
use Fusio\Engine\ConnectorInterface;
use Fusio\Engine\Dispatcher;
use Fusio\Engine\DispatcherInterface;
use Fusio\Engine\Factory;
use Fusio\Engine\Form;
Expand All @@ -21,6 +20,7 @@
use Fusio\Impl\Provider;
use Fusio\Impl\Repository as ImplRepository;
use Fusio\Impl\Service\Action\Queue\Producer;
use Fusio\Impl\Service\Event\Dispatcher;
use Fusio\Impl\Webhook\SenderInterface as WebhookSenderInterface;
use Psr\Cache\CacheItemPoolInterface;
use Psr\SimpleCache\CacheInterface;
Expand Down

0 comments on commit f72dde2

Please sign in to comment.