Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit fa3394c

Browse files
committed
[ClassLoader] tiny refactoring
1 parent 5e53d66 commit fa3394c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClassCollectionLoader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static function load($classes, $cacheDir, $name, $autoReload, $adaptive =
6363
// auto-reload
6464
$reload = false;
6565
if ($autoReload) {
66-
$metadata = $cacheDir.'/'.$name.$extension.'.meta';
66+
$metadata = $cache.'.meta';
6767
if (!is_file($metadata) || !is_file($cache)) {
6868
$reload = true;
6969
} else {

0 commit comments

Comments
 (0)