From 769d2aabd46141f81227deb1fd600f26899f439b Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 17 Sep 2016 20:50:22 +0100 Subject: [PATCH] Register the new commands --- app/Console/Kernel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index ad10b8f8..affc9de7 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -14,6 +14,8 @@ class Kernel extends ConsoleKernel */ protected $commands = [ Commands\SecurityCheck::class, + Commands\ParseCachedWebMentions::class, + Commands\DownloadWebMentions::class, ]; /**