mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Update LoginController to match upstream laravel
This commit is contained in:
parent
65b2a89475
commit
15b4de1aec
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ class LoginController extends Controller
|
||||||
*/
|
*/
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->middleware('guest', [ 'except' => 'logout' ]);
|
$this->middleware('guest')->except('logout');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue