Remove dateTimeRenderer view helper
The helper is no longer used anywhere. refs #6778
This commit is contained in:
parent
1301b77547
commit
a66cb907ae
|
@ -42,7 +42,3 @@ $this->addHelperFunction('timeUntil', function ($time, $timeOnly = false) {
|
||||||
DateFormatter::timeUntil($time, $timeOnly)
|
DateFormatter::timeUntil($time, $timeOnly)
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
$this->addHelperFunction('dateTimeRenderer', function ($dateTimeOrTimestamp, $future = false) {
|
|
||||||
return DateTimeRenderer::create($dateTimeOrTimestamp, $future);
|
|
||||||
});
|
|
||||||
|
|
Loading…
Reference in New Issue