Skip to content

Commit

Permalink
use the correct request stack...
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheffner committed Nov 15, 2023
1 parent 1c377d8 commit 1a6d3e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PreviewEventSubscriber implements EventSubscriberInterface {
/**
* The request stack.
*
* @var \Symfony\Component\HttpFoundation\RequestStack
* @var \Drupal\Core\Http\RequestStack
*/
protected $requestStack;

Expand Down Expand Up @@ -99,7 +99,7 @@ class PreviewEventSubscriber implements EventSubscriberInterface {
* The string entity type service.
* @param \Drupal\Core\Routing\RouteMatchInterface $route_match
* Interface for classes representing the result of routing.
* @param \Symfony\Component\HttpFoundation\RequestStack $request_stack
* @param \Drupal\Core\Http\RequestStack $request_stack
* The request stack.
* @param \Drupal\Core\Language\LanguageManagerInterface $language_manager
* The language manager.
Expand Down

0 comments on commit 1a6d3e8

Please sign in to comment.