From 8dbe2556c551299a34dfb60bfd343f4765014028 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 10 Nov 2023 12:28:32 +0100 Subject: [PATCH] Remove container member defined in AbstractController --- Controller/CaptchaController.php | 7 ------- 1 file changed, 7 deletions(-) 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 */ -- 2.41.0