Skip to content

Commit

Permalink
Fix Service import
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Oct 7, 2024
1 parent 5534aff commit f6dcd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/NotificationToTaakService.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace CommonGateway\XxllncToKTBBundle\Service;

use CommonGateway\CoreBundle\Service\SynchronizationService;
use App\Service\SynchronizationService;
use CommonGateway\CoreBundle\Service\CallService;
use App\Service\GatewayResourceService as ResourceService;
use CommonGateway\CoreBundle\Service\GatewayResourceService as ResourceService;
use Psr\Log\LoggerInterface;
use Exception;

Expand Down

0 comments on commit f6dcd4f

Please sign in to comment.