StartLogBatch
in package
Middleware used by APIs to start at each request a LogBatch and keep track of all the operation and logs started during the request
Table of Contents
- handle() : mixed
- Handles the request, start the logBatch and pass to the next facade
Methods
handle()
Handles the request, start the logBatch and pass to the next facade
public
handle(Request $request, Closure $next) : mixed
Parameters
- $request : Request
- $next : Closure