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.
2 parents b2cd2d4 + 6662965 commit 45c286aCopy full SHA for 45c286a
messenger.rst
@@ -1343,6 +1343,10 @@ middleware and *only* include your own:
1343
Middleware for Doctrine
1344
~~~~~~~~~~~~~~~~~~~~~~~
1345
1346
+.. versionadded:: 1.11
1347
+
1348
+ The following Doctrine middleware were introduced in DoctrineBundle 1.11.
1349
1350
If you use Doctrine in your app, a number of optional middleware exist that you
1351
may want to use:
1352
workflow.rst
@@ -127,7 +127,7 @@ like this:
127
],
128
'marking_store' => [
129
'type' => 'method'
130
- 'property' => ['currentPlace']
+ 'property' => 'currentPlace'
131
132
'supports' => ['App\Entity\BlogPost'],
133
'initial_marking' => 'draft',
0 commit comments