Renamed domain MapManagement to Map

This commit is contained in:
Kevin Frantz
2019-05-30 16:20:42 +02:00
parent fd4093f270
commit a5801ec6e8
7 changed files with 8 additions and 8 deletions

View File

@@ -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