refactor: 🚚 Rename Cleanup command

This commit is contained in:
IceToast 2023-02-02 23:21:52 +01:00
parent 9d383600bc
commit 0ffb7ccb65
No known key found for this signature in database
GPG key ID: 1464353E063A5B97
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ class CleanupPayments extends Command
* *
* @var string * @var string
*/ */
protected $signature = 'payments:clear'; protected $signature = 'payments:open:clear';
/** /**
* The console command description. * The console command description.

View file

@ -18,7 +18,7 @@ class Kernel extends ConsoleKernel
{ {
$schedule->command('credits:charge')->hourly(); $schedule->command('credits:charge')->hourly();
$schedule->command('cp:versioncheck:get')->daily(); $schedule->command('cp:versioncheck:get')->daily();
$schedule->command('payments:clear')->daily(); $schedule->command('payments:open:clear')->daily();
//log cronjob activity //log cronjob activity
$schedule->call(function () { $schedule->call(function () {