From: Raphaƫl Gertz Date: Wed, 28 Jul 2021 07:40:34 +0000 (+0200) Subject: Rename cache.directory to path.cache X-Git-Tag: 0.2.4~8 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/a680427e51cabd3532600858f86f63c83a2fcf3c Rename cache.directory to path.cache --- diff --git a/Controller/CalendarController.php b/Controller/CalendarController.php index 40da028..45cf8b7 100644 --- a/Controller/CalendarController.php +++ b/Controller/CalendarController.php @@ -199,7 +199,7 @@ class CalendarController extends DefaultController { //With valid token } else { //Retrieve cache object - $cache = new FilesystemAdapter($this->config['cache']['namespace'], $this->config['cache']['lifetime'], $this->config['cache']['directory']); + $cache = new FilesystemAdapter($this->config['cache']['namespace'], $this->config['cache']['lifetime'], $this->config['path']['cache']); //Retrieve calendars $cacheCalendars = $cache->getItem('calendars');