Skip to content

Commit

Permalink
Document --class option
Browse files Browse the repository at this point in the history
  • Loading branch information
brexis committed Jun 13, 2018
1 parent 94878a2 commit 7f4d715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -217,7 +217,7 @@ class BlogPostWorkflowSubscriber
### Dump Workflows
Symfony workflow uses GraphvizDumper to create the workflow image. You may need to install the `dot` command of [Graphviz](http://www.graphviz.org/)

php artisan workflow:dump workflow_name
php artisan workflow:dump workflow_name --class App\\BlogPost

You can change the image format with the `--format` option. By default the format is png.

Expand Down

0 comments on commit 7f4d715

Please sign in to comment.