From ff4657fce69f5dcaba74143f4f2cc26f477dfa05 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 27 May 2024 16:57:30 +0200 Subject: [PATCH] Remove duplicate load --- application/libraries/Notifications.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/libraries/Notifications.php b/application/libraries/Notifications.php index 2323dca7..f2250582 100644 --- a/application/libraries/Notifications.php +++ b/application/libraries/Notifications.php @@ -36,7 +36,6 @@ class Notifications $this->CI->load->model('appointments_model'); $this->CI->load->model('providers_model'); $this->CI->load->model('secretaries_model'); - $this->CI->load->model('secretaries_model'); $this->CI->load->model('settings_model'); $this->CI->load->library('email_messages');