From ddee652231f1d2d2fc5b90922c2caa8750bb2d31 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 21 Feb 2023 07:58:30 +0100 Subject: [PATCH] Remove unnecessary cache load --- application/controllers/Booking.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/controllers/Booking.php b/application/controllers/Booking.php index 479b6b2c..ceeb6418 100755 --- a/application/controllers/Booking.php +++ b/application/controllers/Booking.php @@ -44,8 +44,6 @@ class Booking extends EA_Controller { $this->load->library('notifications'); $this->load->library('availability'); $this->load->library('webhooks_client'); - - $this->load->driver('cache', ['adapter' => 'file']); } /**