We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb99bd commit 8596bddCopy full SHA for 8596bdd
1 file changed
src/Middleware/Jwt.php
@@ -41,7 +41,7 @@ public function handle($request, \Closure $next, $store = 'admin')
41
$request->user = $info;
42
43
// 绑定当前用户模型
44
- $model = $info->getClass();
+ $model = $user->getClass();
45
$this->app->bind($model, $info);
46
}
47
0 commit comments