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.
1 parent f9bb412 commit 70dda7cCopy full SHA for 70dda7c
workflow/usage.rst
@@ -172,6 +172,7 @@ you can get the workflow by injecting the Workflow registry service::
172
use Symfony\Component\Workflow\Registry;
173
use App\Entity\BlogPost;
174
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
175
+ use Symfony\Component\Workflow\Exception\LogicException;
176
177
class BlogController extends Controller
178
{
0 commit comments