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 0e27b2f + c93bd6b commit ba866d2Copy full SHA for ba866d2
workflow.rst
@@ -234,9 +234,9 @@ registry in the constructor::
234
$this->workflowRegistry = $workflowRegistry;
235
}
236
237
- public function toReview(BlogPost $blogPost)
+ public function toReview(BlogPost $post)
238
{
239
- $workflow = $this->workflowRegistry->get($blogPost);
+ $workflow = $this->workflowRegistry->get($post);
240
241
// Update the currentState on the post
242
try {
0 commit comments