Skip to content

Commit 9d3e277

Browse files
committed
D10 \Drupal\Core\Http\RequestStack -> Symfony\Component\HttpFoundation\RequestStack
1 parent eb91003 commit 9d3e277

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Helper/WebformHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
use Drupal\Core\Datetime\DrupalDateTime;
77
use Drupal\Core\Entity\EntityTypeManagerInterface;
88
use Drupal\Core\Form\FormStateInterface;
9-
use Drupal\Core\Http\RequestStack;
109
use Drupal\Core\Serialization\Yaml;
1110
use Drupal\Core\StringTranslation\StringTranslationTrait;
1211
use Drupal\Core\Url;
1312
use Drupal\webform\Entity\Webform;
1413
use Drupal\webform\WebformEntityStorageInterface;
1514
use Drupal\webform\WebformInterface;
15+
use Symfony\Component\HttpFoundation\RequestStack;
1616

1717
/**
1818
* The webform helper.
@@ -37,7 +37,7 @@ final class WebformHelper {
3737
/**
3838
* The request stack.
3939
*
40-
* @var \Drupal\Core\Http\RequestStack
40+
* @var Symfony\Component\HttpFoundation\RequestStack
4141
*/
4242
private RequestStack $requestStack;
4343

0 commit comments

Comments
 (0)