Commit 95a11be
committed
minor symfony#9613 [Workflow] Use subject to fetch state_machine (Matth--)
This PR was merged into the 4.0 branch.
Discussion
----------
[Workflow] Use subject to fetch state_machine
Not using the subject to fetch the stateMachine will throw an ErrorException because the first argument passed to the get-method is a string and not an object.
Commits
-------
279a9c1 [Workflow] Use subject to fetch state_machine1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
0 commit comments