From b73b8a2f391d58a22cdcace075711a3c7b390ecb Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 19 Oct 2017 14:05:10 +0100 Subject: [PATCH] remove reference to removed command --- app/Console/Kernel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 421328a6..cec36b39 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -16,7 +16,6 @@ class Kernel extends ConsoleKernel Commands\SecurityCheck::class, Commands\ParseCachedWebMentions::class, Commands\ReDownloadWebMentions::class, - Commands\GenerateToken::class, ]; /**