From cfea8c29c99f3fd508c1fc3ab7ba619764789c48 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 30 Jun 2017 13:54:50 +0100 Subject: [PATCH] Test if new conosle command is causing travis issues --- 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 ebbc97f5..40a3d77c 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, ]; /**