Доработка реестра

This commit is contained in:
Podlesnov Phedor 2022-04-06 14:20:30 +03:00
parent 517dc477ed
commit fa4adbb75f
3 changed files with 28 additions and 12 deletions

View file

@ -172,12 +172,4 @@ class Settings extends Collection
}
file_put_contents (($file) ? $file : $this->file, $result);
}
/**
* Список модулей
*/
public function getModules()
{
return array_keys($this->data);
}
}