From c0ad5c3f7d92e30196316349832ec1a6cdeae38e Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 30 Jun 2017 14:05:32 +0100 Subject: [PATCH] Add back the console command --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 40a3d77c..ebbc97f5 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -17,7 +17,7 @@ class Kernel extends ConsoleKernel Commands\ParseCachedWebMentions::class, Commands\ReDownloadWebMentions::class, Commands\GenerateToken::class, - //Commands\UpdatePlacesURLs::class, + Commands\UpdatePlacesURLs::class, ]; /**