Laravel Passport Auth::login/Auth::logout does not exist
最近升级laravel到最新版本6.9.0之前写的接口登录可以登录上,结果注销的时候突然报错了,刚开始以为是升级框架配置错误的原因影响的小问题。等有时间来解决这个问题的时候这个问题却困扰了我很长时间。部分代码如下:config/auth.php`'defaults'=>['guard'=>'web','passwords'=>'users',],'guards'=>['web'=>['driver