diff --git a/OdandbSimpleCorsBundle.php b/OdandbSimpleCorsBundle.php index 1d40c10..aa4a8df 100644 --- a/OdandbSimpleCorsBundle.php +++ b/OdandbSimpleCorsBundle.php @@ -10,6 +10,5 @@ class OdandbSimpleCorsBundle extends Bundle public function build(ContainerBuilder $container): void { parent::build($container); - $container->addCompilerPass(new DependencyInjection\Compiler\CorsConfigurationProviderPass()); } } \ No newline at end of file