Skip to content

Commit 45c286a

Browse files
committed
Merge branch '4.4'
* 4.4: Note doctrine bundle version for middlewares [Workflow] Fixed PHP config of workflow marking store
2 parents b2cd2d4 + 6662965 commit 45c286a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

messenger.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,6 +1343,10 @@ middleware and *only* include your own:
13431343
Middleware for Doctrine
13441344
~~~~~~~~~~~~~~~~~~~~~~~
13451345

1346+
.. versionadded:: 1.11
1347+
1348+
The following Doctrine middleware were introduced in DoctrineBundle 1.11.
1349+
13461350
If you use Doctrine in your app, a number of optional middleware exist that you
13471351
may want to use:
13481352

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ like this:
127127
],
128128
'marking_store' => [
129129
'type' => 'method'
130-
'property' => ['currentPlace']
130+
'property' => 'currentPlace'
131131
],
132132
'supports' => ['App\Entity\BlogPost'],
133133
'initial_marking' => 'draft',

0 commit comments

Comments
 (0)