From a5bdf562fda54bf7c7f05cc690ed710d2271edaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20G=C3=A9rard?= Date: Sat, 10 Sep 2022 17:15:46 +0200 Subject: [PATCH] chore: adding domains related method documentation --- lib/Client.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/Client.php b/lib/Client.php index bf36535..e412893 100644 --- a/lib/Client.php +++ b/lib/Client.php @@ -156,6 +156,13 @@ * @method Client event() * @method Client parse() * + * Domains + * @method Client whitelabel() + * @method Client domains() + * @method Client default() + * @method Client validate() + * @method Client subuser() + * * Missed any? Simply add them by doing: @method Client method() */ class Client