Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Refactor) Swap magic RedirectResponse withX('Y') to with('X', 'Y') #4448

Merged

Conversation

Roardom
Copy link
Contributor

@Roardom Roardom commented Jan 21, 2025

Allows ctrl+clicking to access the underlying function unlike the previous magic implementation. Probably also negligibly faster.

Swapped all instances of >withSuccess( -> >with('success', , >withWarning( -> >with('warning', , and >withInfo( -> >with('info', with ide's find and replace.

Allows ctrl+clicking to access the underlying function unlike the previous magic implementation. Probably also negligibly faster.

Swapped all instances of `>withSuccess(` -> `>with('success', `, `>withWarning(` -> `>with('warning', `, and `>withInfo(` -> `>with('info', ` with ide's find and replace.
@HDVinnie HDVinnie merged commit 7f8b99a into HDInnovations:8.x.x Jan 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants