DX: Fix missing import for AuthorizationHelperForCurrentUserInterface

This commit is contained in:
Julien Fastré 2023-01-11 16:16:48 +01:00
parent 99455ca685
commit e7ac8aafe1
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ declare(strict_types=1);
namespace Chill\MainBundle\Security\Authorization;
use Chill\MainBundle\Entity\Scope;
use Chill\MainBundle\Entity\User;
use Symfony\Component\Security\Core\Security;

View File

@ -11,6 +11,9 @@ declare(strict_types=1);
namespace Chill\MainBundle\Security\Authorization;
use Chill\MainBundle\Entity\Center;
use Chill\MainBundle\Entity\Scope;
interface AuthorizationHelperForCurrentUserInterface
{
/**