Skip to content

Commit

Permalink
Merge pull request #19969 from terabytesoftw/remove-deprecated-method
Browse files Browse the repository at this point in the history
Remove deprecated methods to `DbMessageSource::class`.
  • Loading branch information
bizley authored Sep 22, 2023
2 parents 57d5796 + 9cacd4b commit 6618aa8
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 6618aa8

Please sign in to comment.