Patch anwenden

This commit is contained in:
iwonder
2023-01-26 14:42:32 +01:00
parent 759d05d47c
commit 381c6bc06e
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
declare(strict_types=1);
require_once 'vendor/autoload.php';
require __DIR__ . '/vendor/autoload.php';
use ICal\ICal;
use Symfony\Component\HttpClient\CachingHttpClient;