Optimized Interface structure

This commit is contained in:
Kevin Frantz
2018-09-24 18:41:26 +02:00
parent a6fac55be4
commit 1087c6b2ad
56 changed files with 177 additions and 141 deletions

View File

@@ -4,12 +4,12 @@ namespace App\Creator\Modificator\Entity;
use App\DBAL\Types\LayerType;
use App\DBAL\Types\RightType;
use App\Entity\NodeInterface;
use App\Entity\Interfaces\NodeInterface;
use App\Entity\Right;
use App\Entity\LawInterface;
use App\Entity\Interfaces\LawInterface;
use App\DBAL\Types\RecieverType;
use App\Entity\RightInterface;
use App\Entity\RecieverGroupInterface;
use App\Entity\Interfaces\RightInterface;
use App\Entity\Interfaces\RecieverGroupInterface;
use App\Entity\RecieverGroup;
/**