andre 2 年之前
父節點
當前提交
c71a0be885
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/UI/Client/EmailAlias/Pages/Aliases.php

+ 2 - 2
app/UI/Client/EmailAlias/Pages/Aliases.php

@@ -142,12 +142,12 @@ class Aliases extends DataTable implements ClientArea
          */
          */
         $hosting = Hosting::where('id', $hid)->first();
         $hosting = Hosting::where('id', $hid)->first();
 
 
-        $accounts =(new KerioManager())
+/*        $accounts =(new KerioManager())
             ->getApiByHosting($hid)
             ->getApiByHosting($hid)
             ->soap
             ->soap
             ->repository()
             ->repository()
             ->accounts
             ->accounts
-            ->getByDomainName($hosting->domain);
+            ->getByDomainName($hosting->domain); */
 
 
         logModuleCall(
         logModuleCall(
             'kerioEmail',
             'kerioEmail',