Commit 18301a1f authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3062 from jlaswell/patch-1

MaintenanceMiddleware implement Contract
parents c39679bb 568d06d9
......@@ -5,7 +5,7 @@ use Illuminate\Http\Response;
use Illuminate\Contracts\Routing\Middleware;
use Illuminate\Contracts\Foundation\Application;
class MaintenanceMiddleware {
class MaintenanceMiddleware implements Middleware {
/**
* 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