Skip to content

Commit 98e1c10

Browse files
authored
Add warning icons other library suggestions
1 parent c21c6ae commit 98e1c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ See [Status code](tests/Status.php) in tests.
114114

115115
### Object
116116

117-
**If you are looking for value objects with multiple properties each stored in a table column:
117+
:warning: **If you are looking for value objects with multiple properties each stored in a table column:
118118
please use [Doctrine Embeddables](https://www.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/embeddables.html).**
119119

120-
**If you are looking for polymorphic value objects stored as JSON:
120+
:warning: **If you are looking for polymorphic value objects stored as JSON:
121121
please use [dunglas/doctrine-json-odm](https://github.com/dunglas/doctrine-json-odm).**
122122

123123
Imagine you have an application that stores user notifications preferences.

0 commit comments

Comments
 (0)