]> Raphaël G. Git Repositories - packbundle/commitdiff
Remove container member defined in AbstractController
authorRaphaël Gertz <git@rapsys.eu>
Fri, 10 Nov 2023 11:30:10 +0000 (12:30 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 10 Nov 2023 11:30:10 +0000 (12:30 +0100)
Controller/MapController.php

index 6ebb8102db9c94e2ab8b7c807d372b0f6d91e587..5de1d8251a56a5a94a8fa8fc413961cb80074c04 100644 (file)
@@ -35,13 +35,6 @@ class MapController extends AbstractController implements ServiceSubscriberInter
         */
        protected string $cache;
 
-       /**
-        * The ContainerInterface instance
-        *
-        * @var ContainerInterface
-        */
-       protected $container;
-
        /**
         * The stream context instance
         */