From 17e1f77a69b001a6fb835c899485e109e3ce7af3 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 14 Dec 2020 20:37:30 +0200 Subject: [PATCH] Changed the class name for consistency --- application/libraries/Google_sync.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/libraries/Google_sync.php b/application/libraries/Google_sync.php index a648d704..85fdac07 100644 --- a/application/libraries/Google_sync.php +++ b/application/libraries/Google_sync.php @@ -12,15 +12,15 @@ * ---------------------------------------------------------------------------- */ /** - * Google Synchronization Class + * Class Google_sync * - * This class implements all the core synchronization between the Google Calendar - * and the Easy!Appointments system. Do not place any model handling inside this - * library. + * This class implements all the core synchronization between the Google Calendar and the Easy!Appointments system. + * + * Do not place any model handling inside this library. * * @package Libraries */ -class Google_Sync { +class Google_sync { /** * CodeIgniter Instance *