Remove invalid reference to Artisan

This commit is contained in:
Miguel Nogueira 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();

View File

@ -5,4 +5,5 @@ sleep 3
composer install
echo "Full installation starting!"
sleep 3
php artisan application:install