Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check for session before attempting to invalidate (#750)
* Check for session before attempting to invalidate * Fix formatting, missing a space * $request->hasSession() not $request->session
- Loading branch information
e190981
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this also necessary in src/Http/Controllers/Inertia/CurrentUserController.php @inmanturbo, for inertia?
e190981
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Loots-it nah works fine with inertia
see livewire/livewire#936
which is why I thought to submit #752.
But it's not broken ATM. All args lead to green.