Fixes for self-update (#3314)

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

View File

@ -122,6 +122,7 @@ return [
'post_update' => [
'postupdate:cleanup' => [
'class' => \App\Console\Commands\ArtisanUpgrade::class,
'params' => [],
],
],
],