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 49d59a3 + a48a7f1 commit 6662965Copy full SHA for 6662965
messenger.rst
@@ -1375,6 +1375,10 @@ middleware and *only* include your own:
1375
Middleware for Doctrine
1376
~~~~~~~~~~~~~~~~~~~~~~~
1377
1378
+.. versionadded:: 1.11
1379
+
1380
+ The following Doctrine middleware were introduced in DoctrineBundle 1.11.
1381
1382
If you use Doctrine in your app, a number of optional middleware exist that you
1383
may want to use:
1384
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