From e76a1923e813fdf1fd24115ad0f976d2df58cc6f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Fri, 10 Nov 2023 12:19:22 +0100 Subject: [PATCH] Remove container member defined in BaseAbstractController --- Controller/AbstractController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/Controller/AbstractController.php b/Controller/AbstractController.php index 258ef68..cdbbf12 100644 --- a/Controller/AbstractController.php +++ b/Controller/AbstractController.php @@ -38,9 +38,6 @@ abstract class AbstractController extends BaseAbstractController implements Serv ///Config array protected $config; - ///ContainerInterface instance - protected $container; - ///Context array protected $context; -- 2.41.0