File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
use App \Entity \Tag ;
17
17
use App \Entity \User ;
18
18
use Doctrine \Bundle \FixturesBundle \Fixture ;
19
- use Doctrine \Common \ Persistence \ObjectManager ;
19
+ use Doctrine \Persistence \ObjectManager ;
20
20
use Symfony \Component \Security \Core \Encoder \UserPasswordEncoderInterface ;
21
21
use Symfony \Component \String \Slugger \SluggerInterface ;
22
22
use function Symfony \Component \String \u ;
Original file line number Diff line number Diff line change 15
15
use App \Entity \Tag ;
16
16
use App \Pagination \Paginator ;
17
17
use Doctrine \Bundle \DoctrineBundle \Repository \ServiceEntityRepository ;
18
- use Doctrine \Common \ Persistence \ManagerRegistry ;
18
+ use Doctrine \Persistence \ManagerRegistry ;
19
19
use function Symfony \Component \String \u ;
20
20
21
21
/**
Original file line number Diff line number Diff line change 13
13
14
14
use App \Entity \Tag ;
15
15
use Doctrine \Bundle \DoctrineBundle \Repository \ServiceEntityRepository ;
16
- use Doctrine \Common \ Persistence \ManagerRegistry ;
16
+ use Doctrine \Persistence \ManagerRegistry ;
17
17
18
18
/**
19
19
* This custom Doctrine repository is empty because so far we don't need any custom
Original file line number Diff line number Diff line change 13
13
14
14
use App \Entity \User ;
15
15
use Doctrine \Bundle \DoctrineBundle \Repository \ServiceEntityRepository ;
16
- use Doctrine \Common \ Persistence \ManagerRegistry ;
16
+ use Doctrine \Persistence \ManagerRegistry ;
17
17
18
18
/**
19
19
* This custom Doctrine repository is empty because so far we don't need any custom
You can’t perform that action at this time.
0 commit comments