forked from miguel456/rbrecruiter
Remove invalid reference to Artisan
This commit is contained in:
parent
f673ef8222
commit
016ce1fbf6
|
@ -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();
|
||||
|
||||
|
|
|
@ -5,4 +5,5 @@ sleep 3
|
|||
composer install
|
||||
|
||||
echo "Full installation starting!"
|
||||
sleep 3
|
||||
php artisan application:install
|
||||
|
|
Loading…
Reference in New Issue