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

deleteTeam() return type #1406

Merged
merged 2 commits into from
Nov 21, 2023
Merged

deleteTeam() return type #1406

merged 2 commits into from
Nov 21, 2023

Conversation

tanthammar
Copy link
Contributor

Fix invalid return type.
The deleteTeam() method currently has void set as return type. It redirects...

This changes the return type to \Illuminate\Http\Response | \Illuminate\Http\RedirectResponse | \Livewire\Features\SupportRedirects\Redirector

tanthammar and others added 2 commits November 21, 2023 15:33
Fix invalid return type.
The deleteTeam() method currently has `void` set as return type.
It redirects...

This changes the return type to `\Illuminate\Http\Response | \Illuminate\Http\RedirectResponse | \Livewire\Features\SupportRedirects\Redirector `
@taylorotwell taylorotwell merged commit 7f790e4 into laravel:4.x Nov 21, 2023
5 checks passed
@tanthammar tanthammar deleted the patch-1 branch November 21, 2023 14:37
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.

None yet

2 participants