Remove unnecessary cache load

This commit is contained in:
Alex Tselegidis 2023-02-21 07:58:30 +01:00
parent 4d79e1d3cf
commit ddee652231
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ class Booking extends EA_Controller {
$this->load->library('notifications'); $this->load->library('notifications');
$this->load->library('availability'); $this->load->library('availability');
$this->load->library('webhooks_client'); $this->load->library('webhooks_client');
$this->load->driver('cache', ['adapter' => 'file']);
} }
/** /**