lgy 11 시간 전
부모
커밋
d68a72946d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      jcjyhr/app/admin/library/Auth.php

+ 0 - 1
jcjyhr/app/admin/library/Auth.php

@@ -373,7 +373,6 @@ class Auth extends \ba\Auth
     {
         if (!$this->model) return [];
         $info                  = $this->model->toArray();
-        var_dump($info);die;
         $info                  = array_intersect_key($info, array_flip($this->getAllowFields()));
         $info['token']         = $this->getToken();
         $info['refresh_token'] = $this->getRefreshToken();