Remove invalid reference to Artisan

This commit is contained in:
2020-07-09 05:12:18 +01:00
parent f673ef8222
commit 016ce1fbf6
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ class Install extends Command
]);
copy($basePath . '/.env.example', $basePath . '/.env');
Artisan::call('key:generate');
$this->call('key:generate');
// Command stack
@@ -66,7 +66,6 @@ class Install extends Command
try
{
$npm->mustRun();
$progress->advance();