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']); } /**