Browse code

Initial commit

Benjamin Roth authored on16/03/2023 20:22:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+namespace iq2\CEAutoWrapperCloseBundle;
4
+
5
+use Symfony\Component\HttpKernel\Bundle\Bundle;
6
+
7
+class Iq2CEAutoWrapperCloseBundle extends Bundle
8
+{
9
+
10
+}
0 11
\ No newline at end of file