Started working on API timezone support

This commit is contained in:
James Brooks
2015-10-07 13:48:14 +01:00
parent 32063510fb
commit 55429283c0
3 changed files with 37 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ class Kernel extends HttpKernel
'csrf' => 'Illuminate\Foundation\Http\Middleware\VerifyCsrfToken',
'guest' => 'CachetHQ\Cachet\Http\Middleware\RedirectIfAuthenticated',
'localize' => 'CachetHQ\Cachet\Http\Middleware\Localize',
'timezone' => 'CachetHQ\Cachet\Http\Middleware\Timezone',
'throttling' => 'GrahamCampbell\Throttle\Http\Middleware\ThrottleMiddleware',
];
}