Comment
This commit is contained in:
parent
b7e7b54947
commit
0ba5015147
1 changed files with 4 additions and 2 deletions
|
@ -49,6 +49,8 @@ class Google extends EA_Controller {
|
||||||
|
|
||||||
$CI->load->library('google_sync');
|
$CI->load->library('google_sync');
|
||||||
|
|
||||||
|
// Load the libraries as this method is called statically from the CLI command
|
||||||
|
|
||||||
$CI->load->model('appointments_model');
|
$CI->load->model('appointments_model');
|
||||||
$CI->load->model('unavailabilities_model');
|
$CI->load->model('unavailabilities_model');
|
||||||
$CI->load->model('providers_model');
|
$CI->load->model('providers_model');
|
||||||
|
|
Loading…
Reference in a new issue