mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-15 16:01:33 +00:00
Removed unused constant
This commit is contained in:
parent
a442c0728a
commit
f214cc1d71
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue