From 5214f870039697cf6f7b8094ffb4ca45c1bcb4f5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 21 Sep 2019 11:06:07 +0200 Subject: [PATCH] Switch command place. --- app/Http/Controllers/System/InstallController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/System/InstallController.php b/app/Http/Controllers/System/InstallController.php index 09e2c69756..a822a7823f 100644 --- a/app/Http/Controllers/System/InstallController.php +++ b/app/Http/Controllers/System/InstallController.php @@ -68,6 +68,7 @@ class InstallController extends Controller // there are 3 initial commands 'migrate' => ['--seed' => true, '--force' => true], 'firefly-iii:decrypt-all' => [], + 'firefly-iii:restore-oauth-keys' => [], 'generate-keys' => [], // an exception :( // there are 13 upgrade commands. @@ -101,7 +102,6 @@ class InstallController extends Controller 'firefly-iii:rename-meta-fields' => [], 'firefly-iii:fix-ob-currencies' => [], 'firefly-iii:fix-long-descriptions' => [], - 'firefly-iii:restore-oauth-keys' => [], ]; }