Skip to content

Commit d9d3f3f

Browse files
committed
Fix code syntax of an example
1 parent fd05b83 commit d9d3f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ Injecting Multiple Workflows
412412
Use the :ref:`AutowireLocator <service-locator_autowire-locator>` attribute to
413413
lazy-load all workflows and get the one you need::
414414

415-
use Symfony\Component\DependencyInjection\ServiceLocator;
416415
use Symfony\Component\DependencyInjection\Attribute\AutowireLocator;
416+
use Symfony\Component\DependencyInjection\ServiceLocator;
417417

418418
class MyClass
419419
{

0 commit comments

Comments
 (0)