]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Controller/AbstractController.php
Remove container member defined in BaseAbstractController
[userbundle] / Controller / AbstractController.php
index 258ef6891cfafb93254601e5512009671726374a..cdbbf1299286a6120cb090a2599040401ded91aa 100644 (file)
@@ -38,9 +38,6 @@ abstract class AbstractController extends BaseAbstractController implements Serv
        ///Config array
        protected $config;
 
-       ///ContainerInterface instance
-       protected $container;
-
        ///Context array
        protected $context;