Removed now-unsupported message option

This commit is contained in:
Miguel Nogueira 2020-12-19 15:37:15 +00:00
parent a1edef026f
commit 975f0a69c7
Signed by: miguel456
GPG Key ID: 2CF61B825316C6A0
1 changed files with 1 additions and 3 deletions

View File

@ -61,9 +61,7 @@ class Install extends Command
if (Storage::disk('local')->missing('INSTALLED')) {
$this->info('[!! Welcome to Rasberry Teams !!]');
$this->info('>> Installing...');
$this->call('down', [
'--message' => 'Down for maintenance. We\'ll be right back!',
]);
$this->call('down');
copy($basePath.'/.env.example', $basePath.'/.env');
$this->call('key:generate');