Skip to content

Commit b57e4d1

Browse files
Set complex type base as entity for now. (#256)
References microsoftgraph/msgraph-sdk-php#295
1 parent 117a25a commit b57e4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Templates/PHP/Model/ComplexType.php.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class <#=complexName.ToCheckedCase()#> extends <#=complexBaseName.ToCheckedCase(
3131
<#
3232
} else {
3333
#>
34-
class <#=complexName.ToCheckedCase()#>
34+
class <#=complexName.ToCheckedCase()#> extends Entity
3535
<#
3636
}
3737
#>

0 commit comments

Comments
 (0)