mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Create a page which list events
This commit is contained in:
@@ -20,9 +20,9 @@ use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
|
||||
class DummyPaginator implements PaginatorFactoryInterface
|
||||
{
|
||||
public function __construct(
|
||||
private UrlGeneratorInterface $urlGenerator,
|
||||
private string $route,
|
||||
private array $routeParameters = []
|
||||
private readonly UrlGeneratorInterface $urlGenerator,
|
||||
private readonly string $route,
|
||||
private readonly array $routeParameters = []
|
||||
) {}
|
||||
|
||||
public function create(int $totalItems, string $route = null, array $routeParameters = null): PaginatorInterface
|
||||
|
Reference in New Issue
Block a user