Commit 62d62a05 authored by Taylor Otwell's avatar Taylor Otwell

update method call

parent c751b33d
......@@ -37,7 +37,7 @@ class AuthController extends Controller
*/
public function __construct()
{
$this->middleware('guest', ['except' => 'logout']);
$this->middleware($this->guestMiddleware(), ['except' => 'logout']);
}
/**
......
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