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()));