Fixes for self update (#3315)

This commit is contained in:
David Bomba 2020-02-12 14:08:41 +11:00 committed by GitHub
parent f612566514
commit cd961e2098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ return [
//]
],
'post_update' => [
'postupdate:cleanup' => [
'ninja:post-update' => [
'class' => \App\Console\Commands\ArtisanUpgrade::class,
'params' => [],
],