From a901e2ee43f60d72db9655df663817d0f1b79242 Mon Sep 17 00:00:00 2001 From: Daniel Corn Date: Mon, 12 Aug 2019 17:55:39 +0200 Subject: [PATCH] Remove deprecated `getCacheLiveTime()` --- Classes/Configuration/ResourceConfiguration.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Classes/Configuration/ResourceConfiguration.php b/Classes/Configuration/ResourceConfiguration.php index cb9c520d..ee9b071b 100644 --- a/Classes/Configuration/ResourceConfiguration.php +++ b/Classes/Configuration/ResourceConfiguration.php @@ -1,10 +1,8 @@ cacheLifetime; } - /** - * @return int - * @deprecated will be removed in 4.0. Use getCacheLifetime() instead - */ - public function getCacheLiveTime() - { - return $this->cacheLifetime; - } - - /** * @return string */