We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35326fb commit 6a88138Copy full SHA for 6a88138
src/Controller/Action/Admin/ProcessFeedAction.php
@@ -25,7 +25,7 @@ final class ProcessFeedAction
25
26
private UrlGeneratorInterface $urlGenerator;
27
28
- private FlashBagInterface $flashBag;
+ private FlashBagInterface|RequestStack $flashBag;
29
30
private TranslatorInterface $translator;
31
0 commit comments