From 40b63002b32886154e00689961723fd0bd13f76e Mon Sep 17 00:00:00 2001 From: landall Date: Fri, 1 Apr 2022 03:06:25 +0800 Subject: [PATCH] Update EntityProxy.php --- src/Proxy/EntityProxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Proxy/EntityProxy.php b/src/Proxy/EntityProxy.php index 2a835a1b..e1598377 100644 --- a/src/Proxy/EntityProxy.php +++ b/src/Proxy/EntityProxy.php @@ -43,7 +43,7 @@ class EntityProxy * @var \Microsoft\Graph\Model\Entity * The entity. */ - protected $entity; + public $entity; /** * Constructor.