Skip to content

Commit 22801d5

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: fix service definition example in testing section
2 parents 2ba6754 + 3dc8ba5 commit 22801d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mercure.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,9 @@ sent:
673673
.. code-block:: yaml
674674
675675
# config/services_test.yaml
676-
mercure.hub.default:
677-
class: App\Tests\Functional\Stub\HubStub
676+
services:
677+
mercure.hub.default:
678+
class: App\Tests\Functional\Stub\HubStub
678679
679680
As MercureBundle support multiple hubs, you may have to replace
680681
the other service definitions accordingly.

0 commit comments

Comments
 (0)