mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 10:16:22 +02: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\Meta\Right\LayerType;
|
||||||
use Infinito\DBAL\Types\ActionType;
|
use Infinito\DBAL\Types\ActionType;
|
||||||
use Infinito\Domain\MapManagement\AbstractMap;
|
use Infinito\Domain\Map\AbstractMap;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kevinfrantz
|
* @author kevinfrantz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Infinito\Domain\MapManagement;
|
namespace Infinito\Domain\Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class offers the basic functions for managing an 2 dimensional map.
|
* This class offers the basic functions for managing an 2 dimensional map.
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Infinito\Domain\MapManagement;
|
namespace Infinito\Domain\Map;
|
||||||
|
|
||||||
use Infinito\DBAL\Types\ActionType;
|
use Infinito\DBAL\Types\ActionType;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Infinito\Domain\MapManagement;
|
namespace Infinito\Domain\Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class offers a map for ActionTypes to HttpMethods.
|
* This class offers a map for ActionTypes to HttpMethods.
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Infinito\Domain\MapManagement;
|
namespace Infinito\Domain\Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kevinfrantz
|
* @author kevinfrantz
|
@ -8,7 +8,7 @@ use Infinito\DBAL\Types\RESTResponseType;
|
|||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Infinito\Domain\Layer\LayerActionMap;
|
use Infinito\Domain\Layer\LayerActionMap;
|
||||||
use Infinito\DBAL\Types\ActionType;
|
use Infinito\DBAL\Types\ActionType;
|
||||||
use Infinito\Domain\MapManagement\ActionHttpMethodMap;
|
use Infinito\Domain\Map\ActionHttpMethodMap;
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace tests\Unit\Domain\MapManagement;
|
namespace tests\Unit\Domain\Map;
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use Symfony\Component\HttpFoundation\Request;
|
use Symfony\Component\HttpFoundation\Request;
|
||||||
use Infinito\Domain\MapManagement\ActionHttpMethodMap;
|
use Infinito\Domain\Map\ActionHttpMethodMap;
|
||||||
use Infinito\DBAL\Types\ActionType;
|
use Infinito\DBAL\Types\ActionType;
|
||||||
|
|
||||||
/**
|
/**
|
Loading…
x
Reference in New Issue
Block a user