Issue #3191061 by jcisio, quietone: Remove todo in class Drupal\Core\Routing\RequestContext
parent
ba7c2c58c1
commit
af458de2d0
|
@ -8,9 +8,6 @@ use Symfony\Component\Routing\RequestContext as SymfonyRequestContext;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds information about the current request.
|
* Holds information about the current request.
|
||||||
*
|
|
||||||
* @todo: Remove once the upstream RequestContext provides fromRequestStack():
|
|
||||||
* https://github.com/symfony/symfony/issues/12057
|
|
||||||
*/
|
*/
|
||||||
class RequestContext extends SymfonyRequestContext {
|
class RequestContext extends SymfonyRequestContext {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue