You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RedirectHandler should construct with a nullable callback function. If it's not supplied, then continue using the header() call by default, otherwise call the callback.
This will allow passing in the Gt\Http\Response's redirect function, like this:
RedirectHandler should construct with a nullable callback function. If it's not supplied, then continue using the
header()
call by default, otherwise call the callback.This will allow passing in the
Gt\Http\Response
's redirect function, like this:The text was updated successfully, but these errors were encountered: