lgy 11 saat önce
ebeveyn
işleme
ff9d965338
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      jcjyhr/app/admin/controller/Index.php

+ 1 - 0
jcjyhr/app/admin/controller/Index.php

@@ -30,6 +30,7 @@ class Index extends Backend
     public function index(): void
     {
         $adminInfo          = $this->auth->getInfo();
+        var_dump($adminInfo);die;
         $adminInfo['super'] = $this->auth->isSuperAdmin();
         unset($adminInfo['token'], $adminInfo['refresh_token']);