File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -318,10 +318,13 @@ The service container is built using a single configuration resource
318
318
be imported from inside this file in one way or another. This gives you absolute
319
319
flexibility over the services in your application.
320
320
321
- External service configuration can be imported in two different ways. The
322
- first - and most common method - is via the ``imports `` directive. Later, you'll
323
- learn about the second method, which is the flexible and preferred method
324
- for importing service configuration from third-party bundles.
321
+ External service configuration can be imported in two different ways. The first
322
+ method, commonly used to import container configuration from the bundles you've
323
+ created - is via the ``imports `` directive. The second method, although slightly more
324
+ complex offers more flexibility and is commonly used to import third-party bundle
325
+ configuration. Read on to learn about both methods.
326
+
327
+
325
328
326
329
.. index ::
327
330
single: Service Container; Imports
You can’t perform that action at this time.
0 commit comments