From 63084a73e473818dc26632b4202bdc42b1972605 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 26 Jul 2022 16:09:36 +0300 Subject: [PATCH] Correct library name typo --- application/controllers/Customers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /**