X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/405e9b313c18da7ce8ef9f8e1c54c26cc6d2dd3b..e76a1923e813fdf1fd24115ad0f976d2df58cc6f:/Controller/AbstractController.php 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;