File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212namespace Sg \DatatablesBundle \Datatable \Column ;
1313
1414use Doctrine \ORM \EntityManagerInterface ;
15- use Doctrine \ORM \Mapping \ClassMetadata ;
15+ use Doctrine \Persistence \Mapping \ClassMetadata ;
1616use Doctrine \ORM \Mapping \MappingException ;
1717use Exception ;
1818use Sg \DatatablesBundle \Datatable \Factory ;
Original file line number Diff line number Diff line change 1313
1414use Doctrine \DBAL \DBALException ;
1515use Doctrine \ORM \EntityManagerInterface ;
16- use Doctrine \ORM \Mapping \ClassMetadata ;
16+ use Doctrine \Persistence \Mapping \ClassMetadata ;
1717use Doctrine \ORM \Mapping \MappingException ;
1818use Doctrine \ORM \Query ;
1919use Doctrine \ORM \QueryBuilder ;
Original file line number Diff line number Diff line change 1414use Doctrine \DBAL \Connection ;
1515use Doctrine \DBAL \Platforms \MySqlPlatform ;
1616use Doctrine \ORM \EntityManagerInterface ;
17- use Doctrine \ORM \Mapping \ClassMetadata ;
18- use Doctrine \ORM \Mapping \ClassMetadataFactory ;
17+ use Doctrine \Persistence \Mapping \ClassMetadata ;
18+ use Doctrine \Persistence \Mapping \ClassMetadataFactory ;
1919use Doctrine \ORM \QueryBuilder ;
2020use Prophecy \Prophecy \ObjectProphecy ;
2121use Sg \DatatablesBundle \Datatable \Ajax ;
You can’t perform that action at this time.
0 commit comments