Skip to content

Commit 12ae465

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: fix service definition example in testing section
2 parents 31ebc85 + 53aaeb0 commit 12ae465

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)