File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -193,10 +193,11 @@ return a ``QueryBuilder``.
193
193
194
194
.. caution ::
195
195
196
- The entity used in the ``FROM `` clause of `query_builder `_ option
197
- will always be validated against the class which you have specified with the form's `class `_ option.
198
- If you return another entity instead of the one used in your ``FROM `` clause
199
- (for instance if you return an entity from a joined table) it will break validation.
196
+ The entity used in the ``FROM `` clause of the `query_builder `_ option
197
+ will always be validated against the class which you have specified with
198
+ the form's `class `_ option. If you return another entity instead of the
199
+ one used in your ``FROM `` clause (for instance if you return an entity
200
+ from a joined table), it will break validation.
200
201
201
202
Overridden Options
202
203
------------------
You can’t perform that action at this time.
0 commit comments