Skip to content

Commit 3eaa7a4

Browse files
committed
wip
1 parent 06ffd98 commit 3eaa7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1-essentials/03-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ final class Book
220220
```
221221

222222
:::warning
223-
Types in docblocks must always be fully qualified, and not use short class names.
223+
Relation types in docblocks must always be fully qualified, and not use short class names.
224224
:::
225225

226226
Tempest will infer all the information it needs to build the right queries for you. However, there might be cases where property names and type information don't map one-to-one on your database schema. In that case you can use dedicated attributes to define relations.

0 commit comments

Comments
 (0)