mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Removed container.autowiring.strict_mode from kernel
This commit is contained in:
		| @@ -38,9 +38,6 @@ class Kernel extends BaseKernel | ||||
|     protected function configureContainer(ContainerBuilder $container, LoaderInterface $loader) | ||||
|     { | ||||
|         $container->addResource(new FileResource($this->getProjectDir().'/config/bundles.php')); | ||||
|         // Feel free to remove the "container.autowiring.strict_mode" parameter | ||||
|         // if you are using symfony/dependency-injection 4.0+ as it's the default behavior | ||||
|         $container->setParameter('container.autowiring.strict_mode', true); | ||||
|         $container->setParameter('container.dumper.inline_class_loader', true); | ||||
|         $confDir = $this->getProjectDir().'/config'; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user