Skip to content

Commit cf0c60e

Browse files
committed
[book][service_container] Tweaking syntax for import - is more common, doesn't use the unneeded key
1 parent fddaa3f commit cf0c60e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/service_container.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,7 @@ configuration.
390390
391391
# app/config/config.yml
392392
imports:
393-
hello_bundle:
394-
resource: @AcmeHelloBundle/Resources/config/services.yml
393+
- { resource: @AcmeHelloBundle/Resources/config/services.yml }
395394
396395
.. code-block:: xml
397396

0 commit comments

Comments
 (0)