Skip to content

Commit

Permalink
Remove deprecated methods to DbMessageSource::class.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Sep 22, 2023
1 parent 6b91860 commit 9cacd4b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions framework/i18n/DbMessageSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 9cacd4b

Please sign in to comment.