|
|
|
|
|
|
|
|
use EasyCorp\Bundle\EasyAdminBundle\Field\TextField; |
|
|
use EasyCorp\Bundle\EasyAdminBundle\Field\TextField; |
|
|
use Lc\SovBundle\Container\User\GroupUserContainer; |
|
|
use Lc\SovBundle\Container\User\GroupUserContainer; |
|
|
use Lc\SovBundle\Controller\AbstractAdminController; |
|
|
use Lc\SovBundle\Controller\AbstractAdminController; |
|
|
use Lc\SovBundle\Factory\User\GroupUserFactory; |
|
|
|
|
|
use Lc\SovBundle\Field\StatusField; |
|
|
use Lc\SovBundle\Field\StatusField; |
|
|
use Lc\SovBundle\Repository\RepositoryQueryInterface; |
|
|
use Lc\SovBundle\Repository\RepositoryQueryInterface; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function createEntity(string $entityFqcn) |
|
|
public function createEntity(string $entityFqcn) |
|
|
{ |
|
|
{ |
|
|
return $this->get(GroupUserContainer::class)->getFactory()->create(); |
|
|
|
|
|
|
|
|
return $this->getGroupUserContainer()->getFactory()->create(); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |