trafficmonitor init...2

This commit is contained in:
choi.jh 2025-11-14 17:29:26 +09:00
parent 642d0473e0
commit 17d99cfe29

View File

@ -21,7 +21,7 @@ abstract class CommonService
{
$this->_classPaths[] = $path;
}
final public function getClassPaths($isArray = true, $delimeter = DIRECTory_SEPARATOR): array|string
final public function getClassPaths($isArray = true, $delimeter = DIRECTORY_SEPARATOR): array|string
{
return $isArray ? $this->_classPaths : implode($delimeter, $this->_classPaths);
}