彭俊 6 år sedan
förälder
incheckning
a29d579be9
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      Application/Api/Controller/Account.php

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

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