mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
PaginatorFactory error fixed provisionary. This should probably be done with dependency injection throughout the whole file though, to be checked
This commit is contained in:
parent
61d8e06975
commit
3d630eeedf
@ -1137,11 +1137,12 @@ class CRUDController extends AbstractController
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo (check how to do this with dependency injection and make changes...)
|
||||
* @return PaginatorFactory
|
||||
*/
|
||||
protected function getPaginatorFactory(): PaginatorFactory
|
||||
{
|
||||
return $this->container->get(PaginatorFactory::class);
|
||||
return $this->container->get('chill_main.paginator_factory');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user