File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ See [Status code](tests/Status.php) in tests.
114
114
115
115
### Object
116
116
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:
118
118
please use [ Doctrine Embeddables] ( https://www.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/embeddables.html ) .**
119
119
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:
121
121
please use [ dunglas/doctrine-json-odm] ( https://github.com/dunglas/doctrine-json-odm ) .**
122
122
123
123
Imagine you have an application that stores user notifications preferences.
You can’t perform that action at this time.
0 commit comments