Skip to content

Commit

Permalink
Update EventDispatcherInterface import to use Symfony Contracts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mesilov committed Aug 28, 2024
1 parent 5904124 commit 5703ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ServiceBuilderFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use Bitrix24\SDK\Core\Credentials\WebhookUrl;
use Bitrix24\SDK\Core\Exceptions\InvalidArgumentException;
use Psr\Log\LoggerInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;

class ServiceBuilderFactory
{
Expand Down

0 comments on commit 5703ff6

Please sign in to comment.