/** * @param Application $app * @param ContainerInterface $container */ public function __construct(Application $app, ContainerInterface $container) { parent::__construct($app); $this->container = $container; }
public function __construct(Application $app, ControllerResolverInterface $resolver) { parent::__construct($app); $this->resolver = $resolver; }