We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b823e commit e1f670dCopy full SHA for e1f670d
src/Runtime/ServerTypeInfo.php
@@ -6,6 +6,7 @@
6
use Office365\Complex;
7
use Office365\GraphServiceClient;
8
use Office365\SharePoint\ClientContext;
9
+use Office365\SharePoint\ListItemFormUpdateValue;
10
11
class ServerTypeInfo
12
{
@@ -74,6 +75,9 @@ public static function resolve($type)
74
75
$typeName = lcfirst($typeName);
76
}
77
78
+ elseif($type instanceof ListItemFormUpdateValue) {
79
+ if(is_null($namespace)) $namespace = "SP";
80
+ }
81
elseif($type instanceof Complex){
82
if(is_null($namespace)) $namespace = "microsoft.graph";
83
0 commit comments