improvements

This commit is contained in:
2026-02-19 14:32:42 +01:00
parent 78c51d55b5
commit f1824ff752
16 changed files with 1244 additions and 31 deletions

View File

@@ -12,6 +12,9 @@
commands: __DIR__.'/../routes/console.php',
health: '/up',
)
->withSchedule(function (\Illuminate\Console\Scheduling\Schedule $schedule): void {
$schedule->job(\App\Jobs\CloseSessionsJob::class)->hourly();
})
->withMiddleware(function (Middleware $middleware): void {
$middleware->web(append: [
\App\Http\Middleware\HandleInertiaRequests::class,