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.
1 parent 414a007 commit da0bb39Copy full SHA for da0bb39
components/config/caching.rst
@@ -37,6 +37,7 @@ the cache can tell if it is still fresh or that its contents should be regenerat
37
$resources = array();
38
39
foreach ($yamlUserFiles as $yamlUserFile) {
40
+ // see the previous article "Loading resources" to see where $delegatingLoader comes from
41
$delegatingLoader->load($yamlUserFile);
42
$resources[] = new FileResource($yamlUserFile);
43
}
0 commit comments