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 1111
1212namespace Sg \DatatablesBundle \Datatable \Column ;
1313
14- use Doctrine \Common \ Persistence \Mapping \ClassMetadata ;
14+ use Doctrine \ORM \Mapping \ClassMetadata ;
1515use Doctrine \ORM \EntityManagerInterface ;
1616use Doctrine \ORM \Mapping \MappingException ;
1717use Exception ;
Original file line number Diff line number Diff line change 1111
1212namespace Sg \DatatablesBundle \Response ;
1313
14- use Doctrine \Common \ Persistence \Mapping \ClassMetadata ;
14+ use Doctrine \ORM \Mapping \ClassMetadata ;
1515use Doctrine \DBAL \DBALException ;
1616use Doctrine \ORM \EntityManagerInterface ;
1717use Doctrine \ORM \Mapping \MappingException ;
Original file line number Diff line number Diff line change 1111
1212namespace Sg \DatatablesBundle \Tests \Response ;
1313
14- use Doctrine \Common \ Persistence \Mapping \ClassMetadata ;
15- use Doctrine \Common \ Persistence \Mapping \ClassMetadataFactory ;
14+ use Doctrine \ORM \Mapping \ClassMetadata ;
15+ use Doctrine \ORM \Mapping \ClassMetadataFactory ;
1616use Doctrine \DBAL \Connection ;
1717use Doctrine \DBAL \Platforms \MySqlPlatform ;
1818use Doctrine \ORM \EntityManagerInterface ;
You can’t perform that action at this time.
0 commit comments