From: Raphaƫl Gertz Date: Fri, 10 Nov 2023 11:28:32 +0000 (+0100) Subject: Remove container member defined in AbstractController X-Git-Tag: 0.3.0~9 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/8dbe2556c551299a34dfb60bfd343f4765014028 Remove container member defined in AbstractController --- diff --git a/Controller/CaptchaController.php b/Controller/CaptchaController.php index fb7e8a0..dbc4040 100644 --- a/Controller/CaptchaController.php +++ b/Controller/CaptchaController.php @@ -35,13 +35,6 @@ class CaptchaController extends AbstractController implements ServiceSubscriberI */ protected string $cache; - /** - * The ContainerInterface instance - * - * @var ContainerInterface - */ - protected $container; - /** * The stream context instance */