mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 01:09:41 +00:00 
			
		
		
		
	Renamed domain MVCManagement to MVC
This commit is contained in:
		| @@ -7,7 +7,7 @@ use Symfony\Component\Routing\Annotation\Route; | ||||
| use Symfony\Component\HttpFoundation\Request; | ||||
| use Infinito\Controller\API\AbstractAPIController; | ||||
| use Infinito\Domain\RequestManagement\Action\RequestedActionServiceInterface; | ||||
| use Infinito\Domain\MVCManagement\MVCRoutineServiceInterface; | ||||
| use Infinito\Domain\MVC\MVCRoutineServiceInterface; | ||||
| use Infinito\DBAL\Types\ActionType; | ||||
| use Infinito\Attribut\ClassAttributInterface; | ||||
|  | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| <?php | ||||
| 
 | ||||
| namespace Infinito\Domain\MVCManagement; | ||||
| namespace Infinito\Domain\MVC; | ||||
| 
 | ||||
| use FOS\RestBundle\View\View; | ||||
| use Infinito\Attribut\ActionTypeAttribut; | ||||
| @@ -41,7 +41,7 @@ final class MVCRoutineService implements MVCRoutineServiceInterface | ||||
|      * @todo Optimize the whole following function. It's just implemented like this for test reasons. | ||||
|      * {@inheritdoc} | ||||
|      * | ||||
|      * @see \Infinito\Domain\MVCManagement\MVCRoutineServiceInterface::process() | ||||
|      * @see \Infinito\Domain\MVC\MVCRoutineServiceInterface::process() | ||||
|      */ | ||||
|     public function process(): View | ||||
|     { | ||||
| @@ -1,6 +1,6 @@ | ||||
| <?php | ||||
| 
 | ||||
| namespace Infinito\Domain\MVCManagement; | ||||
| namespace Infinito\Domain\MVC; | ||||
| 
 | ||||
| use FOS\RestBundle\View\View; | ||||
| use Infinito\Attribut\ActionTypeAttributInterface; | ||||
		Reference in New Issue
	
	Block a user