Add new items listing and counting #14

Merged
krzysiej merged 3 commits from feature/list-new-items into master 2025-01-05 18:53:14 +01:00
Showing only changes of commit faf9c8a480 - Show all commits

View File

@@ -17,6 +17,7 @@ class AppExtension extends AbstractExtension
{
return [
new TwigFunction('promosCount', [$this, 'promosCount']),
new TwigFunction('newCount', [$this, 'newCount']),
];
}