Skip to content

Commit 40a3799

Browse files
Update service_container/import.rst
Co-authored-by: Oskar Stark <[email protected]>
1 parent 6f2e9ae commit 40a3799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_container/import.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ a relative or absolute path to the imported file:
125125
126126
return function(ContainerConfigurator $configurator) {
127127
$configurator->import('services/mailer.php');
128-
// If you want to import a directory, use the next configuration
128+
// If you want to import a whole directory:
129129
$configurator->import('services/');
130130
131131
$services = $configurator->services()

0 commit comments

Comments
 (0)