DX: Fix missing import for AuthorizationHelperForCurrentUserInterface

This commit is contained in:
2023-01-11 16:16:48 +01:00
parent 99455ca685
commit e7ac8aafe1
2 changed files with 4 additions and 0 deletions

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
{
/**