From 2bb82b387b12f9829cc3346f7be0a4c59e8dfd39 Mon Sep 17 00:00:00 2001 From: Phong Phan Date: Fri, 14 Feb 2020 16:43:50 +0800 Subject: [PATCH] Added ShopCategory Property to Client (#15) --- src/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Client.php b/src/Client.php index 45f53ce..f8ec308 100644 --- a/src/Client.php +++ b/src/Client.php @@ -35,6 +35,7 @@ * @property Nodes\Returns\Returns returns * @property Nodes\Shop\Shop shop * @property Nodes\Discount\Discount discount + * @property Nodes\ShopCategory\ShopCategory $shopCategory */ class Client {