This repository was archived by the owner on Jun 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55use Doctrine \Common \Collections \ArrayCollection ;
66use Doctrine \Common \Collections \Criteria ;
77use Doctrine \Common \Collections \Selectable ;
8- use Symfony \ Bridge \ Doctrine \RegistryInterface ;
8+ use Doctrine \Persistence \ ManagerRegistry ;
99use Symfony \Component \Routing \Annotation \Route ;
1010use Symfony \Component \HttpFoundation \JsonResponse ;
1111use Symfony \Component \HttpFoundation \Request ;
1414
1515class CoordinatesUtilityController
1616{
17- /** @var RegistryInterface */
17+ /** @var ManagerRegistry|\Symfony\Bridge\Doctrine\ RegistryInterface */
1818 protected $ doctrineRegistry ;
1919
20- public function __construct (RegistryInterface $ doctrineRegistry )
20+ public function __construct ($ doctrineRegistry )
2121 {
2222 $ this ->doctrineRegistry = $ doctrineRegistry ;
2323 }
You can’t perform that action at this time.
0 commit comments