Add Rector & various upgrades

This commit is contained in:
2024-02-10 15:07:27 +01:00
parent 0c6e7c19ab
commit f6a94ed08a
14 changed files with 1449 additions and 1126 deletions

View File

@@ -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');