소스 검색

update: install

tokumeikoi 4 년 전
부모
커밋
4996c317c9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Console/Commands/V2boardInstall.php

+ 0 - 1
app/Console/Commands/V2boardInstall.php

@@ -99,7 +99,6 @@ class V2boardInstall extends Command
 
             $this->info('一切就绪');
             $this->info('访问 http(s)://你的站点/admin 进入管理面板');
-            \File::put(base_path() . '/.lock', time());
         } catch (\Exception $e) {
             $this->error($e->getMessage());
         }