Register the new commands

This commit is contained in:
Jonny Barnes 2016-09-17 20:50:22 +01:00
parent 6e04296e2d
commit 769d2aabd4

View file

@ -14,6 +14,8 @@ class Kernel extends ConsoleKernel
*/ */
protected $commands = [ protected $commands = [
Commands\SecurityCheck::class, Commands\SecurityCheck::class,
Commands\ParseCachedWebMentions::class,
Commands\DownloadWebMentions::class,
]; ];
/** /**