File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
namespace Knp \DoctrineBehaviors \Provider ;
6
6
7
7
use Knp \DoctrineBehaviors \Contract \Provider \UserProviderInterface ;
8
- use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
9
8
use Symfony \Bundle \SecurityBundle \Security ;
9
+ use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
10
10
11
11
final class UserProvider implements UserProviderInterface
12
12
{
Original file line number Diff line number Diff line change 9
9
use Knp \DoctrineBehaviors \Tests \Provider \TestLocaleProvider ;
10
10
use Knp \DoctrineBehaviors \Tests \Provider \TestUserProvider ;
11
11
use Psr \Log \Test \TestLogger ;
12
+ use Symfony \Bundle \SecurityBundle \Security ;
12
13
use Symfony \Component \DependencyInjection \Loader \Configurator \ContainerConfigurator ;
13
- use \Symfony \Bundle \SecurityBundle \Security ;
14
14
use function Symfony \Component \DependencyInjection \Loader \Configurator \service ;
15
15
16
16
return static function (ContainerConfigurator $ containerConfigurator ): void {
You can’t perform that action at this time.
0 commit comments