Upgrade to Laravel 11

This commit is contained in:
2024-03-12 16:30:26 +01:00
parent 8f4ab924a1
commit ac1112feb2
8 changed files with 521 additions and 528 deletions

7
app/console.php Normal file
View File

@ -0,0 +1,7 @@
<?php
declare(strict_types=1);
use Illuminate\Support\Facades\Schedule;
Schedule::call('github:fetch')->everySixHours();