彭俊 6 роки тому
батько
коміт
e7c0c663c5
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      Application/Api/Controller/Account.php

+ 1 - 0
Application/Api/Controller/Account.php

@@ -23,6 +23,7 @@ class Account extends BaseController {
     private $accountManager;
 
     public function init() {
+        dd(122222223);
         $this->accountManager = new AccountManager();
     }