mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 04:23:49 +00:00
rename syntax for ChillMain twig template calls
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
namespace Chill\MainBundle\Pagination;
|
||||
|
||||
use Twig\Environment;
|
||||
use Twig\Extension\AbstractExtension;
|
||||
use Twig\TwigFunction;
|
||||
|
||||
@@ -56,7 +57,7 @@ class ChillPaginationTwig extends AbstractExtension
|
||||
}
|
||||
|
||||
public function paginationRender(
|
||||
\Twig_Environment $env,
|
||||
Environment $env,
|
||||
PaginatorInterface $paginator,
|
||||
$template = 'ChillMainBundle:Pagination:long.html.twig'
|
||||
) {
|
||||
|
Reference in New Issue
Block a user