From 47a9a28239374bc9c54dfb9f0125aac324ac7b67 Mon Sep 17 00:00:00 2001 From: Guillaume ARNOUX Date: Mon, 22 Jan 2024 10:23:49 +0100 Subject: [PATCH] lint --- src/Mailcow.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mailcow.php b/src/Mailcow.php index e2c7f38..edf717d 100644 --- a/src/Mailcow.php +++ b/src/Mailcow.php @@ -276,8 +276,8 @@ class Server_Manager_Mailcow extends Server_Manager 'json' => [ "attr" => [ "aliases" => $p->getMaxSubdomains(), - "defquota" => $p->getQuota(), - "mailboxes" => $p->getMaxPop(), + "defquota" => $p->getQuota(), + "mailboxes" => $p->getMaxPop(), ], "items" => $a->getDomain(), ]