|
@@ -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',
|