mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix naming
This commit is contained in:
@@ -81,10 +81,10 @@ class ClassFinder
|
||||
|
||||
private function load(string $category, bool $subDirs = false): void
|
||||
{
|
||||
$path = $this->buildPaths($category);
|
||||
$paths = $this->buildPaths($category);
|
||||
$cacheFile = $this->buildCacheKey($category);
|
||||
|
||||
$this->dataHashMap[$category] = $this->classMap->getData($path, $cacheFile, null, $subDirs);
|
||||
$this->dataHashMap[$category] = $this->classMap->getData($paths, $cacheFile, null, $subDirs);
|
||||
}
|
||||
|
||||
private function buildPaths(string $category): array
|
||||
|
||||
Reference in New Issue
Block a user