From 28b21b8e1225dcb4902d58adc099247c9272431f Mon Sep 17 00:00:00 2001 From: ardent Date: Sun, 26 Jul 2020 03:21:34 +0200 Subject: [PATCH] Start on config parser --- DependencyInjection/Configuration.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 DependencyInjection/Configuration.php diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php new file mode 100644 index 0000000..5605bb6 --- /dev/null +++ b/DependencyInjection/Configuration.php @@ -0,0 +1,20 @@ +getRootNode() + ->children() + ->end(); + } +} \ No newline at end of file