Merge pull request #1573 from UPONU-GmbH/feature/console

Fix console caldav sync
This commit is contained in:
Alex Tselegidis 2024-10-07 21:35:54 +02:00 committed by GitHub
commit e906e228ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@
* ---------------------------------------------------------------------------- */ * ---------------------------------------------------------------------------- */
require_once __DIR__ . '/Google.php'; require_once __DIR__ . '/Google.php';
require_once __DIR__ . '/Caldav.php';
/** /**
* Console controller. * Console controller.