diff --git a/src/Updater/Service/UpdateService.php b/src/Updater/Service/UpdateService.php index 3d67d419..b4a80f55 100644 --- a/src/Updater/Service/UpdateService.php +++ b/src/Updater/Service/UpdateService.php @@ -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; @@ -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