Commit e1b49106 authored by Mathias's avatar Mathias

new logout-method naming

parent 007040e2
......@@ -23,7 +23,7 @@ class AuthController extends Controller {
{
$this->auth = $auth;
$this->middleware('guest', ['except' => 'logout']);
$this->middleware('guest', ['except' => 'getLogout']);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment