mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Drop private EchoCachedList::ONE_DAY, unused
Change-Id: I14e53bcd593161c2fb6e29a5d280615d8694ebb4
This commit is contained in:
parent
2afb728a10
commit
61cda882f5
|
@ -6,7 +6,6 @@
|
|||
*/
|
||||
class EchoCachedList implements EchoContainmentList {
|
||||
private const ONE_WEEK = 4233600;
|
||||
private const ONE_DAY = 86400;
|
||||
|
||||
/** @var WANObjectCache */
|
||||
protected $cache;
|
||||
|
|
Loading…
Reference in a new issue