mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-10 14:16:27 +00:00
Optimized interface namespace path
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user