mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 09:18:24 +00:00 
			
		
		
		
	Revert commits linked to decoupling of docgen (changes not reviewed)
This reverts commit 55a845fcd6.
			
			
This commit is contained in:
		| @@ -42,31 +42,48 @@ use function strlen; | ||||
|  | ||||
| final class DocGeneratorTemplateController extends AbstractController | ||||
| { | ||||
|     private HttpClientInterface $client; | ||||
|  | ||||
|     private ContextManager $contextManager; | ||||
|  | ||||
|     private DocGeneratorTemplateRepository $docGeneratorTemplateRepository; | ||||
|  | ||||
|     private DriverInterface $driver; | ||||
|  | ||||
|     private EntityManagerInterface $entityManager; | ||||
|  | ||||
|     private GeneratorInterface $generator; | ||||
|  | ||||
|     private LoggerInterface $logger; | ||||
|  | ||||
|     private MessageBusInterface $messageBus; | ||||
|  | ||||
|     private PaginatorFactory $paginatorFactory; | ||||
|  | ||||
|     private StoredObjectManagerInterface $storedObjectManager; | ||||
|  | ||||
|  | ||||
|     public function __construct( | ||||
|         ContextManager $contextManager, | ||||
|         DocGeneratorTemplateRepository $docGeneratorTemplateRepository, | ||||
|         DriverInterface $driver, | ||||
|         GeneratorInterface $generator, | ||||
|         LoggerInterface $logger, | ||||
|         MessageBusInterface $messageBus, | ||||
|         PaginatorFactory $paginatorFactory, | ||||
|         HttpClientInterface $client, | ||||
|         StoredObjectManagerInterface $storedObjectManager, | ||||
|         EntityManagerInterface $entityManager | ||||
|     ) { | ||||
|         $this->contextManager = $contextManager; | ||||
|         $this->docGeneratorTemplateRepository = $docGeneratorTemplateRepository; | ||||
|         $this->driver = $driver; | ||||
|         $this->generator = $generator; | ||||
|         $this->logger = $logger; | ||||
|         $this->messageBus = $messageBus; | ||||
|         $this->paginatorFactory = $paginatorFactory; | ||||
|         $this->client = $client; | ||||
|         $this->storedObjectManager = $storedObjectManager; | ||||
|         $this->entityManager = $entityManager; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user