]> Raphaël G. Git Repositories - packbundle/commitdiff
Remove container member defined in AbstractController
authorRaphaël Gertz <git@rapsys.eu>
Fri, 10 Nov 2023 11:29:34 +0000 (12:29 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Fri, 10 Nov 2023 11:29:34 +0000 (12:29 +0100)
Controller/ImageController.php

index 1fe33ae58a6ff1c8995b795cbfb3ee7d5bfef45a..dd548394de6c0d1a8fc340995a8bf248a9ad5e6b 100644 (file)
@@ -35,13 +35,6 @@ class ImageController extends AbstractController implements ServiceSubscriberInt
         */
        protected string $cache;
 
-       /**
-        * The ContainerInterface instance
-        *
-        * @var ContainerInterface 
-        */
-       #protected $container;
-
        /**
         * The ImageUtil instance
         */