mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 01:08:26 +00:00 
			
		
		
		
	Merge branch 'fix-crud' into 'master'
Replace chill_main.paginator_factory by PaginatorFactory::class See merge request Chill-Projet/chill-bundles!114
This commit is contained in:
		| @@ -1141,7 +1141,7 @@ class CRUDController extends AbstractController | ||||
|      */ | ||||
|     protected function getPaginatorFactory(): PaginatorFactory | ||||
|     { | ||||
|         return $this->container->get('chill_main.paginator_factory'); | ||||
|         return $this->container->get(PaginatorFactory::class); | ||||
|     } | ||||
|  | ||||
|     /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user