Skip to content

Commit de3d1fe

Browse files
authored
fix: schema.org: attribute syntax (#1451)
1 parent 4cd9a1a commit de3d1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/schema.org.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To configure which property should be shown to represent your entity, map the pr
1717
```php
1818
// api/src/Entity/Person.php
1919

20-
#[ApiProperty(iri="http://schema.org/name")]
20+
#[ApiProperty(iri: "http://schema.org/name")]
2121
private $name;
2222
```
2323

0 commit comments

Comments
 (0)