update dependencies

This commit is contained in:
2024-07-18 14:04:54 +02:00
parent e623c8cb69
commit 75583089a6
6 changed files with 249 additions and 186 deletions

View File

@@ -1,7 +1,7 @@
<?php namespace NicoSt\GCalendar\Classes;
use Google_Client;
use Google_Service_Calendar;
use Google\Client as Google_Client;
use Google\Service\Calendar as Google_Service_Calendar;
use Log;
use NicoSt\GCalendar\Models\Settings;