MaintenanceMiddleware contract

Update MaintenanceMiddleware to implement the Middleware contract.
This commit is contained in:
John Laswell
2014-10-08 21:30:27 -04:00
parent e16868571b
commit 568d06d903

View File

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