correct namespace and use statements

This commit is contained in:
Julie Lenaerts 2022-11-02 10:26:44 +01:00 committed by Julien Fastré
parent a69965345f
commit fc2f8d33e1
5 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ declare(strict_types=1);
namespace Chill\AsideActivityBundle\Export\Aggregator;
use Chill\MainBundle\Export\AggregatorInterface;
use ChillAsideActivityBundle\Export\Declarations;
use Chill\AsideActivityBundle\Export\Declarations;
use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\FormBuilderInterface;

View File

@ -9,7 +9,7 @@ declare(strict_types=1);
* the LICENSE file that was distributed with this source code.
*/
namespace ChillAsideActivityBundle\Export;
namespace Chill\AsideActivityBundle\Export;
/**
* This class declare constants used for the export framework.

View File

@ -15,7 +15,7 @@ use Chill\AsideActivityBundle\Repository\AsideActivityRepository;
use Chill\MainBundle\Export\ExportInterface;
use Chill\MainBundle\Export\FormatterInterface;
use Chill\MainBundle\Export\GroupedExportInterface;
use ChillAsideActivityBundle\Export\Declarations;
use Chill\AsideActivityBundle\Export\Declarations;
use Symfony\Component\Form\FormBuilderInterface;
use Doctrine\ORM\Query;
use LogicException;

View File

@ -12,7 +12,7 @@ declare(strict_types=1);
namespace Chill\AsideActivityBundle\Export\Filter;
use Chill\MainBundle\Export\FilterInterface;
use ChillAsideActivityBundle\Export\Declarations;
use Chill\AsideActivityBundle\Export\Declarations;
use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\FormBuilderInterface;

View File

@ -12,7 +12,7 @@ declare(strict_types=1);
namespace Chill\AsideActivityBundle\Export\Filter;
use Chill\MainBundle\Export\FilterInterface;
use ChillAsideActivityBundle\Export\Declarations;
use Chill\AsideActivityBundle\Export\Declarations;
use Doctrine\ORM\QueryBuilder;
use Symfony\Component\Form\FormBuilderInterface;