File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -193,10 +193,11 @@ return a ``QueryBuilder``.
193193
194194.. caution ::
195195
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.
200201
201202Overridden Options
202203------------------
You can’t perform that action at this time.
0 commit comments