We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2de99 commit ba5ceabCopy full SHA for ba5ceab
Documentation/ExtensionArchitecture/Extbase/Reference/Domain/Repository.rst
@@ -59,7 +59,7 @@ Example:
59
$this->blogRepository->findBy(['author' => 1, 'published' => true]);
60
61
.. attention::
62
- Saving a :php:`QueryResult` to a cache is not possible, if objects in the
+ Saving a :php:`QueryResult` to a cache is not possible, if objects in the
63
:php:`QueryResult` contain closures. This is typically the case for models
64
which use lazy loading on properties.
65
0 commit comments