class Illuminate / Routing / Middleware / SubstituteBindings
You are viewing an older version of the documentation. For the latest, please visit master documentation.

SubstituteBindings

Properties

protected

$router Registrar

The router instance.

Default: null

Methods

public

__construct ( Registrar $router ) : void

Create a new bindings substitutor.

Parameters

public

handle ( $request , Closure $next ) : mixed

Handle an incoming request.

Parameters