File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: OS2Forms sync
33package : OS2Forms
44
55type : module
6- core_version_requirement : ^9
6+ core_version_requirement : ^9 || ^10
77
88dependencies :
99 - drupal:os2forms
Original file line number Diff line number Diff line change 66use Drupal \Core \Datetime \DrupalDateTime ;
77use Drupal \Core \Entity \EntityTypeManagerInterface ;
88use Drupal \Core \Form \FormStateInterface ;
9- use Drupal \Core \Http \RequestStack ;
109use Drupal \Core \Serialization \Yaml ;
1110use Drupal \Core \StringTranslation \StringTranslationTrait ;
1211use Drupal \Core \Url ;
1312use Drupal \webform \Entity \Webform ;
1413use Drupal \webform \WebformEntityStorageInterface ;
1514use 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
You can’t perform that action at this time.
0 commit comments