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

@@ -17,7 +17,7 @@ use Infinito\Entity\EntityInterface;
use Symfony\Component\Form\FormBuilderInterface;
use Infinito\Domain\Form\RequestedActionFormBuilderServiceInterface;
use Infinito\Domain\Request\Action\RequestedActionServiceInterface;
use Infinito\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface;
use Infinito\Domain\Secure\SecureRequestedRightCheckerServiceInterface;
/**
* @author kevinfrantz