Renamed domain SecureManagement to Secure

This commit is contained in:
Kevin Frantz
2019-05-30 16:57:55 +02:00
parent e9110622db
commit cf8eace690
13 changed files with 19 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ use Symfony\Component\Form\FormBuilderInterface;
use Doctrine\ORM\EntityManagerInterface;
use Infinito\Domain\Form\RequestedActionFormBuilderServiceInterface;
use Infinito\Domain\Request\Action\RequestedActionServiceInterface;
use Infinito\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface;
use Infinito\Domain\Secure\SecureRequestedRightCheckerServiceInterface;
/**
* @author kevinfrantz