Correct library name typo
This commit is contained in:
parent
7b5f4d014a
commit
63084a73e4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class Customers extends EA_Controller {
|
||||||
$this->load->library('accounts');
|
$this->load->library('accounts');
|
||||||
$this->load->library('permissions');
|
$this->load->library('permissions');
|
||||||
$this->load->library('timezones');
|
$this->load->library('timezones');
|
||||||
$this->load->library('webhook_client');
|
$this->load->library('webhooks_client');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue