MaintenanceMiddleware contract
Update MaintenanceMiddleware to implement the Middleware contract.
This commit is contained in:
parent
e16868571b
commit
568d06d903
|
@ -5,7 +5,7 @@
|
||||||
use Illuminate\Contracts\Routing\Middleware;
|
use Illuminate\Contracts\Routing\Middleware;
|
||||||
use Illuminate\Contracts\Foundation\Application;
|
use Illuminate\Contracts\Foundation\Application;
|
||||||
|
|
||||||
class MaintenanceMiddleware {
|
class MaintenanceMiddleware implements Middleware {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The application implementation.
|
* The application implementation.
|
||||||
|
|
Loading…
Reference in New Issue