We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf2271d commit c75396fCopy full SHA for c75396f
stubs/Auth/LoginController.stub
@@ -35,5 +35,6 @@ class LoginController extends Controller
35
public function __construct()
36
{
37
$this->middleware('guest')->except('logout');
38
+ $this->middleware('auth')->only('logout');
39
}
40
0 commit comments