Remove old Cors middleware

This commit is contained in:
James Brooks
2015-05-20 08:08:53 +01:00
parent a119ed14b2
commit a1ab59a15a
3 changed files with 0 additions and 39 deletions

View File

@@ -46,6 +46,5 @@ class Kernel extends HttpKernel
'login.throttling' => 'CachetHQ\Cachet\Http\Middleware\LoginThrottling',
'app.isSetup' => 'CachetHQ\Cachet\Http\Middleware\AppIsSetup',
'app.hasSetting' => 'CachetHQ\Cachet\Http\Middleware\HasSetting',
'cors' => 'CachetHQ\Cachet\Http\Middleware\Cors',
];
}