Correct namespace and use statement for StoredObjectVoterInterface.php

The namespace was formed wrong and needed adjustment
This commit is contained in:
Julie Lenaerts 2024-06-20 10:53:33 +02:00
parent 482f279dc5
commit 427f232ab8
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ use Chill\MainBundle\Security\Authorization\VoterHelperInterface;
use Chill\MainBundle\Security\ProvideRoleHierarchyInterface;
use Chill\PersonBundle\Entity\AccompanyingPeriod;
use Chill\PersonBundle\Security\Authorization\AccompanyingPeriodVoter;
use ChillDocStoreBundle\Security\Authorization\StoredObjectVoterInterface;
use Psr\Log\LoggerInterface;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;
use Symfony\Component\Security\Core\Security;

View File

@ -9,7 +9,7 @@ declare(strict_types=1);
* the LICENSE file that was distributed with this source code.
*/
namespace ChillDocStoreBundle\Security\Authorization;
namespace Chill\DocStoreBundle\Security\Authorization;
use Chill\DocStoreBundle\Entity\StoredObject;
use Symfony\Component\Security\Core\Authentication\Token\TokenInterface;