docs added code style

This commit is contained in:
silverqx
2024-08-30 11:37:21 +02:00
parent 0a098dc1be
commit 6f224421cd

View File

@@ -100,7 +100,7 @@ However, the second parameter is more interesting, here you have to provide a ty
Next, you have to define the `u_relations` hash, which maps relation names to relationship methods. 🔥🚀🙌
:::tip
You may omit the `friend Model` declaration and define all the private data and function members as public.
You may omit the `friend Model` declaration and define all the private data and function members as `public`.
:::
### One To One