Skip to content

Commit a06ada5

Browse files
authored
bug @ 'hydra:Link'
1 parent 225501b commit a06ada5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hydra/ApiDocumentationBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function getApiDocumentation()
128128
}
129129

130130
if ($attributeMetadata->isNormalizationLink()) {
131-
$type = 'Hydra:Link';
131+
$type = 'hydra:Link';
132132
} else {
133133
$type = 'rdf:Property';
134134
}

0 commit comments

Comments
 (0)