MaintenanceMiddleware contract
Update MaintenanceMiddleware to implement the Middleware contract.
This commit is contained in:
@@ -5,7 +5,7 @@ use Illuminate\Http\Response;
|
|||||||
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user