Skip to content

Commit 627397e

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: fix service definition example in testing section
2 parents b0b026c + 22801d5 commit 627397e

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)