Commit 568d06d9 authored by John Laswell's avatar John Laswell

MaintenanceMiddleware contract

Update MaintenanceMiddleware to implement the Middleware contract.
parent e1686857
...@@ -5,7 +5,7 @@ use Illuminate\Http\Response; ...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment