Skip to content

Commit da0bb39

Browse files
committed
[#1728] Adding a note about a variable that is created in an earlier entry
1 parent 414a007 commit da0bb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/config/caching.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ the cache can tell if it is still fresh or that its contents should be regenerat
3737
$resources = array();
3838

3939
foreach ($yamlUserFiles as $yamlUserFile) {
40+
// see the previous article "Loading resources" to see where $delegatingLoader comes from
4041
$delegatingLoader->load($yamlUserFile);
4142
$resources[] = new FileResource($yamlUserFile);
4243
}

0 commit comments

Comments
 (0)