Optimized interface namespace path

This commit is contained in:
Kevin Frantz
2018-10-03 15:50:46 +02:00
parent e9e8fb91df
commit 871c100d28
41 changed files with 60 additions and 60 deletions

View File

@@ -2,7 +2,7 @@
namespace App\Creator\Factory\Facade\Security;
use App\Structur\Facade\Security\Source\interfaces\SourceFacadeInterface;
use App\Structur\Facade\Security\Source\SourceFacadeInterface;
/**
* @author kevinfrantz

View File

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