ref
This commit is contained in:
@@ -170,13 +170,15 @@ class SystemHelper extends System
|
||||
return $isFile ? $commands[0] : $commands[1];
|
||||
}
|
||||
|
||||
public function getFullPath($path)
|
||||
private function getFullPath($path)
|
||||
{
|
||||
if (is_array($path)) {
|
||||
$pathList = array();
|
||||
$pathList = [];
|
||||
|
||||
foreach ($path as $pathItem) {
|
||||
$pathList[] = $this->getFullPath($pathItem);
|
||||
}
|
||||
|
||||
return $pathList;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user