Skip to content

Commit 1cb5bc5

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: [Workflow] Fix a RST syntax issue related to a code example
2 parents 09d937e + 2e6e58c commit 1cb5bc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/workflow.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ logic in one place and not spread all over your application.
5757
Usage
5858
-----
5959

60+
Here's an example of using the workflow defined above::
61+
6062
// ...
6163
// Consider that $blogPost is in place "draft" by default
6264
$blogPost = new BlogPost();

0 commit comments

Comments
 (0)