From d944db024a7ec5b83c4c9ebf8e1e7ea2ce8e7025 Mon Sep 17 00:00:00 2001 From: Francois CONTE Date: Fri, 27 Dec 2019 11:50:47 +0100 Subject: [PATCH] Add Bundle class --- OdandbSimpleCorsBundle.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 OdandbSimpleCorsBundle.php diff --git a/OdandbSimpleCorsBundle.php b/OdandbSimpleCorsBundle.php new file mode 100644 index 0000000..1d40c10 --- /dev/null +++ b/OdandbSimpleCorsBundle.php @@ -0,0 +1,15 @@ +addCompilerPass(new DependencyInjection\Compiler\CorsConfigurationProviderPass()); + } +} \ No newline at end of file