ShareErrorsFromSession
in package
Table of Contents
- $view : Factory
- The view factory implementation.
- __construct() : void
- Create a new error binder instance.
- handle() : mixed
- Handle an incoming request.
Properties
$view
The view factory implementation.
protected
Factory
$view
Methods
__construct()
Create a new error binder instance.
public
__construct(Factory $view) : void
Parameters
- $view : Factory
Return values
void —handle()
Handle an incoming request.
public
handle(Request $request, Closure $next) : mixed
Parameters
- $request : Request
- $next : Closure