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

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

@@ -371,6 +371,7 @@ class Auth extends \ba\Auth
      */
     public function getInfo(): array
     {
+        var_dump($this->model);die;
         if (!$this->model) return [];
         $info                  = $this->model->toArray();
         $info                  = array_intersect_key($info, array_flip($this->getAllowFields()));