Commit c494e831 authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3114 from matism/develop

new logout-method naming
parents 27aa85cc e1b49106
......@@ -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