示例#1
0
文件: App.php 项目: natxetee/magento2
 /**
  * Whether the application has been installed or not
  *
  * @return bool
  */
 public function isInstalled()
 {
     return (bool) $this->_config->getInstallDate();
 }