diff --git a/application/controllers/Customers.php b/application/controllers/Customers.php index a3c75b8d..932002f5 100644 --- a/application/controllers/Customers.php +++ b/application/controllers/Customers.php @@ -34,7 +34,7 @@ class Customers extends EA_Controller { $this->load->library('accounts'); $this->load->library('permissions'); $this->load->library('timezones'); - $this->load->library('webhook_client'); + $this->load->library('webhooks_client'); } /**