mirror of
https://github.com/phpmon/website
synced 2025-08-10 08:00:08 +02:00
Add Rector & various upgrades
This commit is contained in:
@@ -7,11 +7,13 @@
|
||||
|
||||
class Kernel extends ConsoleKernel
|
||||
{
|
||||
#[\Override]
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command('github:fetch')->everySixHours();
|
||||
}
|
||||
|
||||
#[\Override]
|
||||
protected function commands()
|
||||
{
|
||||
$this->load(__DIR__.'/Commands');
|
||||
|
Reference in New Issue
Block a user