Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 5703ff6

Browse files
committed
Update EventDispatcherInterface import to use Symfony Contracts
This change modifies the import of EventDispatcherInterface to use the Symfony Contracts package instead of the Symfony Component package. This enhances code compatibility and aligns with modern Symfony best practices. Signed-off-by: mesilov <mesilov.maxim@gmail.com>
1 parent 5904124 commit 5703ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/ServiceBuilderFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
use Bitrix24\SDK\Core\Credentials\WebhookUrl;
2424
use Bitrix24\SDK\Core\Exceptions\InvalidArgumentException;
2525
use Psr\Log\LoggerInterface;
26-
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
26+
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
2727

2828
class ServiceBuilderFactory
2929
{

0 commit comments

Comments
 (0)