bsc team site added

This commit is contained in:
HolgerHatGarKeineNode
2023-06-15 12:57:01 +02:00
parent ba7fc6918b
commit 1436435918
17 changed files with 108 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule): void
{
$schedule->command(CacheRecommendedFees::class)->everyFourHours();
//$schedule->command(CacheRecommendedFees::class)->everyFourHours();
$schedule->call(new PruneStaleAttachments)
->daily();
$schedule->command(SyncOpenBooks::class)