Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/datahub_adaptions' into datahub_…
Browse files Browse the repository at this point in the history
…adaptions
  • Loading branch information
mcop1 committed Feb 12, 2025
2 parents dc21adc + 491626d commit 8359db1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/Command/CronExecutionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
namespace Pimcore\Bundle\DataImporterBundle\Command;

use Pimcore\Bundle\DataHubBundle\Configuration;
use Pimcore\Bundle\DataHubBundle\Configuration\Dao;
use Pimcore\Bundle\DataImporterBundle\Processing\ImportPreparationService;
use Pimcore\Console\AbstractCommand;
use Symfony\Component\Console\Input\InputArgument;
Expand Down
4 changes: 1 addition & 3 deletions src/Controller/ConfigDataObjectController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@

namespace Pimcore\Bundle\DataImporterBundle\Controller;


use http\Exception\InvalidArgumentException;
use Cron\CronExpression;
use Exception;
use http\Exception\InvalidArgumentException;
use League\Flysystem\FilesystemOperator;
use Pimcore\Bundle\AdminBundle\Helper\QueryParams;
use Pimcore\Bundle\DataHubBundle\Configuration;
use Pimcore\Bundle\DataHubBundle\Configuration\Dao;
use Pimcore\Bundle\DataImporterBundle\DataSource\Interpreter\InterpreterFactory;
use Pimcore\Bundle\DataImporterBundle\DataSource\Loader\DataLoaderFactory;
use Pimcore\Bundle\DataImporterBundle\DataSource\Loader\PushLoader;
Expand Down
1 change: 0 additions & 1 deletion src/Preview/PreviewService.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

use League\Flysystem\FilesystemOperator;
use Pimcore\Bundle\DataHubBundle\Configuration;
use Pimcore\Bundle\DataHubBundle\Configuration\Dao;
use Pimcore\Helper\TemporaryFileHelperTrait;
use Pimcore\Model\User;

Expand Down
1 change: 0 additions & 1 deletion src/Settings/ConfigurationPreparationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

use http\Exception\InvalidArgumentException;
use Pimcore\Bundle\DataHubBundle\Configuration;
use Pimcore\Bundle\DataHubBundle\Configuration\Dao;
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;

class ConfigurationPreparationService
Expand Down

0 comments on commit 8359db1

Please sign in to comment.