From 9cacd4b477f2fe75c12d7a0b769c5899ddbff2c1 Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Fri, 22 Sep 2023 11:13:24 -0300 Subject: [PATCH] Remove deprecated methods to `DbMessageSource::class`. --- framework/i18n/DbMessageSource.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/framework/i18n/DbMessageSource.php b/framework/i18n/DbMessageSource.php index eccc7fbd159..68f183f0444 100644 --- a/framework/i18n/DbMessageSource.php +++ b/framework/i18n/DbMessageSource.php @@ -39,12 +39,6 @@ */ class DbMessageSource extends MessageSource { - /** - * Prefix which would be used when generating cache key. - * @deprecated This constant has never been used and will be removed in 2.1.0. - */ - const CACHE_KEY_PREFIX = 'DbMessageSource'; - /** * @var Connection|array|string the DB connection object or the application component ID of the DB connection. *