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