We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e930f5 + f7b6f3a commit 735b15eCopy full SHA for 735b15e
components/config/resources.rst
@@ -22,7 +22,7 @@ files. This can be done with the :class:`Symfony\\Component\\Config\\FileLocator
22
$configDirectories = array(__DIR__.'/config');
23
24
$fileLocator = new FileLocator($configDirectories);
25
- $yamlUserFiles = $locator->locate('users.yaml', null, false);
+ $yamlUserFiles = $fileLocator->locate('users.yaml', null, false);
26
27
The locator receives a collection of locations where it should look for
28
files. The first argument of ``locate()`` is the name of the file to look
0 commit comments