mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Remove unnecessary cache load
This commit is contained in:
parent
4d79e1d3cf
commit
ddee652231
1 changed files with 0 additions and 2 deletions
|
@ -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']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue