Skip to content

Commit 8596bdd

Browse files
authored
fix
1 parent 9bb99bd commit 8596bdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Middleware/Jwt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function handle($request, \Closure $next, $store = 'admin')
4141
$request->user = $info;
4242

4343
// 绑定当前用户模型
44-
$model = $info->getClass();
44+
$model = $user->getClass();
4545
$this->app->bind($model, $info);
4646
}
4747

0 commit comments

Comments
 (0)