fix: Get rid of obsolete import.

This commit is contained in:
Pol Dellaiera 2021-11-18 14:50:16 +01:00
parent 56b15f26b2
commit 597a12b085
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -4,8 +4,6 @@ declare(strict_types=1);
namespace Chill\MainBundle\Security\Resolver;
use Chill\MainBundle\Entity\Center;
final class CenterResolverManager implements CenterResolverManagerInterface
{
/**