Impment webcron and internal scheduling methods and change settings to a key value store

This commit is contained in:
2025-12-03 14:23:03 +01:00
parent e37a14993d
commit 53acdb40b7
12 changed files with 222 additions and 90 deletions
+3 -1
View File
@@ -5,6 +5,8 @@
use Illuminate\Support\ServiceProvider;
use Inertia\Inertia;
use Illuminate\Support\Facades\Blade;
use Illuminate\Support\Facades\Schedule;
use App\Jobs\CheckInvoiceDueDatesJob;
class AppServiceProvider extends ServiceProvider
{
@@ -37,4 +39,4 @@ public function boot(): void
return "<?php echo str_replace('.', ',', $expression); ?>";
});
}
}
}