Remove unnecessary loader calls
This commit is contained in:
parent
ae342f1671
commit
917f9c7ca4
1 changed files with 0 additions and 9 deletions
|
@ -26,18 +26,9 @@ class General_settings extends EA_Controller {
|
||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
|
|
||||||
$this->load->model('appointments_model');
|
|
||||||
$this->load->model('customers_model');
|
|
||||||
$this->load->model('services_model');
|
|
||||||
$this->load->model('providers_model');
|
|
||||||
$this->load->model('roles_model');
|
|
||||||
$this->load->model('settings_model');
|
$this->load->model('settings_model');
|
||||||
|
|
||||||
$this->load->library('accounts');
|
$this->load->library('accounts');
|
||||||
$this->load->library('google_sync');
|
|
||||||
$this->load->library('notifications');
|
|
||||||
$this->load->library('synchronization');
|
|
||||||
$this->load->library('timezones');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue