Skip to content

Commit

Permalink
Update src/SDK/Language/DotNet.php
Browse files Browse the repository at this point in the history
Co-authored-by: Bishwajeet Parhi <[email protected]>
  • Loading branch information
adityaoberai and 2002Bishwajeet authored Jul 17, 2023
1 parent 00bc2f9 commit 0ffeca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDK/Language/DotNet.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ public function getFiles(): array
],
[
'scope' => 'enum',
'destination' => '/src/{{ spec.title | caseUcfirst }}/Enums/{{ definition.name | caseUcfirst | overrideIdentifier }}.cs',
'destination' => '/src/{{ spec.title | caseUcfirst }}/Enums/{{ enum.name | caseUcfirst | overrideIdentifier }}.cs',
'template' => 'dotnet/src/Appwrite/Enums/Enums.cs.twig',
]
];
Expand Down

0 comments on commit 0ffeca4

Please sign in to comment.