Skip to content

Commit

Permalink
fix: remove unused data service
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig committed Nov 28, 2024
1 parent 8d75524 commit afdfe4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Updater/Service/UpdateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
use Pimcore\Bundle\GenericDataIndexBundle\Service\SearchIndex\IndexQueue\SynchronousProcessingServiceInterface;
use Pimcore\Bundle\StaticResolverBundle\Models\Element\ServiceResolverInterface;
use Pimcore\Bundle\StudioBackendBundle\DataObject\Service\DataAdapterServiceInterface;
use Pimcore\Bundle\StudioBackendBundle\DataObject\Service\DataServiceInterface;
use Pimcore\Bundle\StudioBackendBundle\DataObject\Util\Trait\ValidateFieldTypeTrait;
use Pimcore\Bundle\StudioBackendBundle\Exception\Api\ElementSavingFailedException;
use Pimcore\Bundle\StudioBackendBundle\Exception\Api\NotFoundException;
Expand All @@ -42,7 +41,6 @@
public function __construct(
private AdapterLoaderInterface $adapterLoader,
private DataAdapterServiceInterface $dataAdapterService,
private DataServiceInterface $dataService,
private SecurityServiceInterface $securityService,
private ServiceResolverInterface $serviceResolver,
private SynchronousProcessingServiceInterface $synchronousProcessingService
Expand Down

0 comments on commit afdfe4b

Please sign in to comment.