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 89c7c8e commit d4d98b6Copy full SHA for d4d98b6
templates/cli/lib/type-generation/languages/java.js.twig
@@ -55,9 +55,9 @@ import java.util.Objects;
55
<% for (const attribute of collection.attributes) { -%>
56
<% if (attribute.type === 'relationship') { -%>
57
import io.appwrite.models.<%- toPascalCase(collections.find(c => c.$id === attribute.relatedCollection).name) %>;
58
-
59
<% } -%>
60
+
61
public class <%- toPascalCase(collection.name) %> {
62
63
<% if (attribute.format === 'enum') { -%>
0 commit comments