Load roles model
This commit is contained in:
parent
965ac2fc96
commit
232fa89b15
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Calendar extends EA_Controller {
|
|||
$this->load->model('customers_model');
|
||||
$this->load->model('services_model');
|
||||
$this->load->model('providers_model');
|
||||
$this->load->model('roles_model');
|
||||
|
||||
$this->load->library('google_sync');
|
||||
$this->load->library('notifications');
|
||||
|
|
Loading…
Reference in a new issue