From: Raphaƫl Gertz Date: Fri, 10 Nov 2023 11:19:22 +0000 (+0100) Subject: Remove container member defined in BaseAbstractController X-Git-Tag: 0.3.0~5 X-Git-Url: https://git.rapsys.eu/userbundle/commitdiff_plain/e76a1923e813fdf1fd24115ad0f976d2df58cc6f Remove container member defined in BaseAbstractController --- 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;