Исправил namespace

This commit is contained in:
Rinsvent 2021-08-14 16:29:15 +07:00
parent bb04ded0ad
commit 7440b97dcc
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Rinsvent\Data2DTODoctrineEntityBundle\Service\Transformer;
namespace Rinsvent\Data2DTODoctrineEntityBundle\Service;
use Rinsvent\Data2DTO\Transformer\Meta;

View File

@ -1,6 +1,6 @@
<?php
namespace Rinsvent\Data2DTODoctrineEntityBundle\Service\Transformer;
namespace Rinsvent\Data2DTODoctrineEntityBundle\Service;
use Doctrine\ORM\EntityManagerInterface;
use Rinsvent\Data2DTO\Transformer\Meta;