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

index fb7e8a083e80af49e36d7db64eaf0e77c33b8a5c..dbc40401fbc1e1d31774f5fc0ef168d8d6bc185a 100644 (file)
@@ -35,13 +35,6 @@ class CaptchaController extends AbstractController implements ServiceSubscriberI
         */
        protected string $cache;
 
-       /**
-        * The ContainerInterface instance
-        *
-        * @var ContainerInterface 
-        */
-       protected $container;
-
        /**
         * The stream context instance
         */