Removed unused constant

This commit is contained in:
Jan Böhmer 2026-05-14 21:29:44 +02:00
parent a442c0728a
commit f214cc1d71

View file

@ -45,8 +45,6 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
#[Route('/tools/info_providers')]
class BrowserPluginController extends AbstractController
{
private const MAX_HTML_SIZE = 5 * 1024 * 1024; // 5 MB
public function __construct(
private readonly SubmittedPageStorage $browserHtmlStorage,
private readonly ProviderRegistry $providerRegistry,