コード例 #1
0
ファイル: Database.php プロジェクト: kingsj/core
 /**
  * Get enabled tables list storage path
  *
  * @return string
  */
 protected function getEnabledStructuresPath()
 {
     return \Includes\Utils\ModulesManager::getEnabledStructurePath();
 }