From fa16f07a04693ac38c08d7b66b61024383c79192 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 10 Jul 2024 14:55:11 +0200 Subject: [PATCH] fix service definition example in testing section --- mercure.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mercure.rst b/mercure.rst index a2ed1fea4db..bbc8771b82c 100644 --- a/mercure.rst +++ b/mercure.rst @@ -673,8 +673,9 @@ sent: .. code-block:: yaml # config/services_test.yaml - mercure.hub.default: - class: App\Tests\Functional\Stub\HubStub + services: + mercure.hub.default: + class: App\Tests\Functional\Stub\HubStub As MercureBundle support multiple hubs, you may have to replace the other service definitions accordingly.