Fix issue with sync not running.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-23 17:33:31 -06:00
parent daa54d3868
commit 5d3c9eb5e7
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 1 additions and 0 deletions

View File

@ -39,5 +39,6 @@ return function (App\Event\BuildConsoleCommands $event) {
'queue:process' => Command\MessageQueue\ProcessCommand::class,
'queue:clear' => Command\MessageQueue\ClearCommand::class,
'cache:clear' => Command\ClearCacheCommand::class,
'sync:run' => Command\SyncCommand::class,
]);
};