Browse Source

删除无用代码

吴昊天 2 years ago
parent
commit
3399f59e65
1 changed files with 1 additions and 3 deletions
  1. 1 3
      crmeb/app/api/event.php

+ 1 - 3
crmeb/app/api/event.php

@@ -17,8 +17,6 @@ return [
         'HttpEnd'  => [],
         'LogLevel' => [],
         'LogWrite' => [],
-        'UserLogin'=>[
-//             \crmeb\listeners\user\UserLogin::class
-        ]
+        'UserLogin'=> []
     ]
 ];