This commit is contained in:
Paula Quispe
2017-08-14 18:46:31 -04:00
parent 9ec2e50638
commit 6cfb6994fd
21 changed files with 232 additions and 263 deletions

View File

@@ -48,10 +48,10 @@ class System
{
$workspaces = array();
foreach ($args as $arg) {
$workspaces[] = new \workspaceTools($arg);
$workspaces[] = new \WorkspaceTools($arg);
}
if (empty($workspaces) && $includeAll) {
$workspaces = \System::listWorkspaces();
$workspaces = PmSystem::listWorkspaces();
}
return $workspaces;
}