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 fd05b83 commit d9d3f3fCopy full SHA for d9d3f3f
workflow.rst
@@ -412,8 +412,8 @@ Injecting Multiple Workflows
412
Use the :ref:`AutowireLocator <service-locator_autowire-locator>` attribute to
413
lazy-load all workflows and get the one you need::
414
415
- use Symfony\Component\DependencyInjection\ServiceLocator;
416
use Symfony\Component\DependencyInjection\Attribute\AutowireLocator;
+ use Symfony\Component\DependencyInjection\ServiceLocator;
417
418
class MyClass
419
{
0 commit comments