mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-16 03:43:48 +09:00
Updates to vendors etc
This commit is contained in:
@@ -24,12 +24,6 @@ interface HttpKernelInterface
|
||||
public const MAIN_REQUEST = 1;
|
||||
public const SUB_REQUEST = 2;
|
||||
|
||||
/**
|
||||
* @deprecated since symfony/http-kernel 5.3, use MAIN_REQUEST instead.
|
||||
* To ease the migration, this constant won't be removed until Symfony 7.0.
|
||||
*/
|
||||
public const MASTER_REQUEST = self::MAIN_REQUEST;
|
||||
|
||||
/**
|
||||
* Handles a Request to convert it to a Response.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user