Skip to content

Commit

Permalink
Disable sync
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jan 16, 2025
1 parent 1d2997a commit daed789
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ class Kernel extends ConsoleKernel
{
protected function schedule(Schedule $schedule)
{
$schedule->command(SyncStatamicPaymentsCommand::class)->hourly();
//$schedule->command(SyncStatamicPaymentsCommand::class)->hourly();
$schedule->command(SyncPlaatskaartjesPaymentsCommand::class)->hourly();
$schedule->command(SyncPaymentsToAccountableCommand::class)->hourly();
$schedule->command(LinkInvoicesToPayoutsCommand::class)->hourly();
//$schedule->command(LinkInvoicesToPayoutsCommand::class)->hourly();
}

protected function commands()
Expand Down

0 comments on commit daed789

Please sign in to comment.