Closed Philrobots closed 8 months ago
In certain cases, it would be great if the HandlesInvalidState class could also return a RedirectResponse object.
Much simpler when you want to redirect in case of error Invalid State exception
@joelbutcher
@Philrobots It might be better to just allow the base response class from Symfony.
Hmm, on second thoughts, I'll stick with it like this. Don't want json or file responses returned
In certain cases, it would be great if the HandlesInvalidState class could also return a RedirectResponse object.
Much simpler when you want to redirect in case of error Invalid State exception
@joelbutcher