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

@@ -4,9 +4,9 @@ namespace App\Security;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
use Symfony\Component\Security\Core\Authorization\Voter\Voter;
use App\DBAL\Types\RightType;
use App\Entity\Interfaces\SourceInterface;
use App\Entity\SourceInterface;
use App\DBAL\Types\LayerType;
use App\Entity\Interfaces\UserInterface;
use App\Entity\UserInterface;
/**
*