refactor: auto refactor via rector
This commit is contained in:
@@ -10,7 +10,7 @@ class Logout
|
||||
/**
|
||||
* Log the current user out of the application.
|
||||
*/
|
||||
public function __invoke()
|
||||
public function __invoke(): \Illuminate\Routing\Redirector|\Illuminate\Http\RedirectResponse
|
||||
{
|
||||
Auth::guard('web')->logout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user