From 17d99cfe29bdcc0aac0d4d22d324d699025c0cc5 Mon Sep 17 00:00:00 2001 From: "choi.jh" Date: Fri, 14 Nov 2025 17:29:26 +0900 Subject: [PATCH] trafficmonitor init...2 --- app/Services/CommonService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/CommonService.php b/app/Services/CommonService.php index c98f8ae..156c943 100644 --- a/app/Services/CommonService.php +++ b/app/Services/CommonService.php @@ -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); }