Enable InvoiceOverdueCron command

This commit is contained in:
David Callizaya 2021-10-28 17:51:25 -04:00
parent 2dd2bcdc57
commit 302863da32
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ class CoreServiceProvider extends ServiceProvider
\Webkul\Core\Console\Commands\Install::class,
\Webkul\Core\Console\Commands\ExchangeRateUpdate::class,
\Webkul\Core\Console\Commands\BookingCron::class,
\Webkul\Core\Console\Commands\InvoiceOverdueCron::class,
]);
}