Browse Source

MaintenanceMiddleware contract

Update MaintenanceMiddleware to implement the Middleware contract.
John Laswell 10 years ago
parent
commit
568d06d903
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Middleware/MaintenanceMiddleware.php

+ 1 - 1
app/Http/Middleware/MaintenanceMiddleware.php

@@ -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.