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
* deleteTeam() return type
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 `
* Update DeleteTeamForm.php
---------
Co-authored-by: Taylor Otwell <taylor@laravel.com>
0 commit comments