mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 17:42:21 +03:00
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
|
||||
* 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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue