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
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
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.