Register the new commands
This commit is contained in:
parent
6e04296e2d
commit
769d2aabd4
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ class Kernel extends ConsoleKernel
|
||||||
*/
|
*/
|
||||||
protected $commands = [
|
protected $commands = [
|
||||||
Commands\SecurityCheck::class,
|
Commands\SecurityCheck::class,
|
||||||
|
Commands\ParseCachedWebMentions::class,
|
||||||
|
Commands\DownloadWebMentions::class,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue