File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616use App \Entity \Tag ;
1717use App \Entity \User ;
1818use Doctrine \Bundle \FixturesBundle \Fixture ;
19- use Doctrine \Common \ Persistence \ObjectManager ;
19+ use Doctrine \Persistence \ObjectManager ;
2020use Symfony \Component \Security \Core \Encoder \UserPasswordEncoderInterface ;
2121use Symfony \Component \String \Slugger \SluggerInterface ;
2222use function Symfony \Component \String \u ;
Original file line number Diff line number Diff line change 1515use App \Entity \Tag ;
1616use App \Pagination \Paginator ;
1717use Doctrine \Bundle \DoctrineBundle \Repository \ServiceEntityRepository ;
18- use Doctrine \Common \ Persistence \ManagerRegistry ;
18+ use Doctrine \Persistence \ManagerRegistry ;
1919use function Symfony \Component \String \u ;
2020
2121/**
Original file line number Diff line number Diff line change 1313
1414use App \Entity \Tag ;
1515use Doctrine \Bundle \DoctrineBundle \Repository \ServiceEntityRepository ;
16- use Doctrine \Common \ Persistence \ManagerRegistry ;
16+ use Doctrine \Persistence \ManagerRegistry ;
1717
1818/**
1919 * 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 1313
1414use App \Entity \User ;
1515use Doctrine \Bundle \DoctrineBundle \Repository \ServiceEntityRepository ;
16- use Doctrine \Common \ Persistence \ManagerRegistry ;
16+ use Doctrine \Persistence \ManagerRegistry ;
1717
1818/**
1919 * 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