Implement changes to administrative user revocation, closes #733

This commit is contained in:
Dane Everitt
2017-12-03 14:00:47 -06:00
parent 20beb2f280
commit 975597b4d0
19 changed files with 458 additions and 125 deletions

View File

@@ -46,6 +46,8 @@ class DaemonAuthenticate
* @param \Illuminate\Http\Request $request
* @param \Closure $next
* @return mixed
*
* @throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
*/
public function handle(Request $request, Closure $next)
{