config->marketplaceIsEnabled()) { return $this->notFound(); } if (!$this->security->isGranted(MarketplacePermissions::CAN_VIEW_PACKAGES)) { return $this->accessDenied(); } $this->allowlist->clearCache(); return $this->forward( 'Mautic\MarketplaceBundle\Controller\Package\ListController::listAction' ); } }