Fix crap login throttling

This commit is contained in:
Graham Campbell
2016-05-28 15:45:38 +01:00
parent 5c5634d355
commit 167d076edc
5 changed files with 155 additions and 3 deletions

View File

@@ -59,6 +59,6 @@ class Kernel extends HttpKernel
'ready' => 'CachetHQ\Cachet\Http\Middleware\ReadyForUse',
'setup' => 'CachetHQ\Cachet\Http\Middleware\SetupAlreadyCompleted',
'subscribers' => 'CachetHQ\Cachet\Http\Middleware\SubscribersConfigured',
'throttle' => 'Illuminate\Routing\Middleware\ThrottleRequests',
'throttle' => 'AltThree\Throttle\ThrottlingMiddleware',
];
}