mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
commit
c494e83193
@ -23,7 +23,7 @@ class AuthController extends Controller {
|
||||
{
|
||||
$this->auth = $auth;
|
||||
|
||||
$this->middleware('guest', ['except' => 'logout']);
|
||||
$this->middleware('guest', ['except' => 'getLogout']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user