Skip to content

Commit 6a88138

Browse files
committed
Fixing bug in assignment
1 parent 35326fb commit 6a88138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Action/Admin/ProcessFeedAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class ProcessFeedAction
2525

2626
private UrlGeneratorInterface $urlGenerator;
2727

28-
private FlashBagInterface $flashBag;
28+
private FlashBagInterface|RequestStack $flashBag;
2929

3030
private TranslatorInterface $translator;
3131

0 commit comments

Comments
 (0)