Changed the class name for consistency

This commit is contained in:
Alex Tselegidis 2020-12-14 20:37:30 +02:00
parent bae970d257
commit 17e1f77a69
1 changed files with 5 additions and 5 deletions

View File

@ -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
*