lgy 2 weeks ago
parent
commit
21998dc2c6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      jcjyhr/app/admin/library/Auth.php

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

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