Skip to content

Commit

Permalink
Fixing bug in assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 10, 2024
1 parent 35326fb commit 6a88138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/Action/Admin/ProcessFeedAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ final class ProcessFeedAction

private UrlGeneratorInterface $urlGenerator;

private FlashBagInterface $flashBag;
private FlashBagInterface|RequestStack $flashBag;

private TranslatorInterface $translator;

Expand Down

0 comments on commit 6a88138

Please sign in to comment.