Skip to content

Commit cd9465a

Browse files
authored
Update service_container/service_subscribers_locators.rst
1 parent 3719bb1 commit cd9465a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/service_subscribers_locators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ attribute::
351351
use App\CommandHandler\BazHandler;
352352
use App\CommandHandler\FooHandler;
353353
use Psr\Container\ContainerInterface;
354-
use Symfony\Contracts\Service\Attribute\SubscribedService;
355354
use Symfony\Component\DependencyInjection\Attribute\Autowire;
356355
use Symfony\Component\DependencyInjection\Attribute\AutowireLocator;
356+
use Symfony\Contracts\Service\Attribute\SubscribedService;
357357

358358
class CommandBus
359359
{

0 commit comments

Comments
 (0)