Skip to content

Commit

Permalink
Update DatasetControl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stepapo authored Feb 23, 2022
1 parent ebe7b05 commit 472598e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/UI/DatasetControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ protected function createTemplate(): Template
{
$template = parent::createTemplate();
$template->setTranslator($this->getTranslator());
$template->addFilter('intlDate', [Filters::class, 'intlDate']);
$template->addFilter('intlDate', [Filters::class, 'intlDate']);
$template->addFilter('plural', [Filters::class, 'plural']);
return $template;
}

Expand Down

0 comments on commit 472598e

Please sign in to comment.