BlockLockedUser
in package
Table of Contents
- handle() : mixed
- Handles incoming requests, will check that the user is not locked
Methods
handle()
Handles incoming requests, will check that the user is not locked
public
handle(Request $request, Closure $next) : mixed
Parameters
- $request : Request
- $next : Closure