This commit is contained in:
yanwenwu
2019-12-20 22:15:45 +08:00
parent 330a19e8c3
commit fc885476ef
3 changed files with 17 additions and 11 deletions

View File

@@ -97,9 +97,9 @@ class InstallCommand extends Command
* 安装第一步
*
* @time 2019年11月29日
* @return bool
* @return mixed
*/
protected function firstStep(): bool
protected function firstStep()
{
if (file_exists($this->app->getRootPath() . '.env')) {
return false;