We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f2e9ae commit 40a3799Copy full SHA for 40a3799
service_container/import.rst
@@ -125,7 +125,7 @@ a relative or absolute path to the imported file:
125
126
return function(ContainerConfigurator $configurator) {
127
$configurator->import('services/mailer.php');
128
- // If you want to import a directory, use the next configuration
+ // If you want to import a whole directory:
129
$configurator->import('services/');
130
131
$services = $configurator->services()
0 commit comments