mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2024-12-04 23:17:19 +01:00
Renamed domain MapManagement to Map
This commit is contained in:
parent
fd4093f270
commit
a5801ec6e8
@ -4,7 +4,7 @@ namespace Infinito\Domain\Layer;
|
||||
|
||||
use Infinito\DBAL\Types\Meta\Right\LayerType;
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
use Infinito\Domain\MapManagement\AbstractMap;
|
||||
use Infinito\Domain\Map\AbstractMap;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\MapManagement;
|
||||
namespace Infinito\Domain\Map;
|
||||
|
||||
/**
|
||||
* This class offers the basic functions for managing an 2 dimensional map.
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\MapManagement;
|
||||
namespace Infinito\Domain\Map;
|
||||
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\MapManagement;
|
||||
namespace Infinito\Domain\Map;
|
||||
|
||||
/**
|
||||
* This class offers a map for ActionTypes to HttpMethods.
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\MapManagement;
|
||||
namespace Infinito\Domain\Map;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
@ -8,7 +8,7 @@ use Infinito\DBAL\Types\RESTResponseType;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Infinito\Domain\Layer\LayerActionMap;
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
use Infinito\Domain\MapManagement\ActionHttpMethodMap;
|
||||
use Infinito\Domain\Map\ActionHttpMethodMap;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
/**
|
||||
|
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace tests\Unit\Domain\MapManagement;
|
||||
namespace tests\Unit\Domain\Map;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
use Infinito\Domain\MapManagement\ActionHttpMethodMap;
|
||||
use Infinito\Domain\Map\ActionHttpMethodMap;
|
||||
use Infinito\DBAL\Types\ActionType;
|
||||
|
||||
/**
|
Loading…
Reference in New Issue
Block a user