CheckForMaintenanceMode
in package
Table of Contents
- $app : Application
- The application implementation.
- __construct() : void
- Create a new middleware instance.
- handle() : mixed
- Handle an incoming request.
Properties
$app
The application implementation.
protected
Application
$app
Methods
__construct()
Create a new middleware instance.
public
__construct(Application $app) : void
Parameters
- $app : Application
Return values
void —handle()
Handle an incoming request.
public
handle(Request $request, Closure $next) : mixed
Parameters
- $request : Request
- $next : Closure