彭俊 преди 6 години
родител
ревизия
4084f98d3e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      Biz/Account/AccountManager.php

+ 2 - 1
Biz/Account/AccountManager.php

@@ -18,6 +18,8 @@ use Biz\TokenManager;
 class AccountManager {
 
     public function __construct() {
+        dd(123);
+
         $this->model = lm('account', 'Commons');
         $this->repository = new AccountRepository();
     }
@@ -31,7 +33,6 @@ class AccountManager {
      */
     public function login($account, $password) {
 
-        dd(123);
         $password = trim($password);
         $account = strtolower(trim($account));
         define("OVERTIME", 1800);