Skip to content

Commit

Permalink
Kör text-tv import var femte minut
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed May 11, 2024
1 parent c5f0642 commit 73ec1cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ protected function schedule(Schedule $schedule)
{
$schedule->command('model:prune')->daily();
$schedule->command(ImportVMAAlerts::class)->everyFiveMinutes();
$schedule->command('app:importera-texttv')->everyFiveMinutes();
}

/**
Expand Down

0 comments on commit 73ec1cf

Please sign in to comment.