Correct namespace and use statement for StoredObjectVoterInterface.php

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

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;