mirror of
https://github.com/phpmon/website
synced 2026-03-30 17:00:09 +02:00
Upgrade to Laravel 11
This commit is contained in:
7
app/console.php
Normal file
7
app/console.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Illuminate\Support\Facades\Schedule;
|
||||
|
||||
Schedule::call('github:fetch')->everySixHours();
|
||||
Reference in New Issue
Block a user