Changed the class name for consistency
This commit is contained in:
parent
bae970d257
commit
17e1f77a69
1 changed files with 5 additions and 5 deletions
|
@ -12,15 +12,15 @@
|
||||||
* ---------------------------------------------------------------------------- */
|
* ---------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Google Synchronization Class
|
* Class Google_sync
|
||||||
*
|
*
|
||||||
* This class implements all the core synchronization between the Google Calendar
|
* This class implements all the core synchronization between the Google Calendar and the Easy!Appointments system.
|
||||||
* and the Easy!Appointments system. Do not place any model handling inside this
|
*
|
||||||
* library.
|
* Do not place any model handling inside this library.
|
||||||
*
|
*
|
||||||
* @package Libraries
|
* @package Libraries
|
||||||
*/
|
*/
|
||||||
class Google_Sync {
|
class Google_sync {
|
||||||
/**
|
/**
|
||||||
* CodeIgniter Instance
|
* CodeIgniter Instance
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue