We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b73c36 commit 5d4f2f0Copy full SHA for 5d4f2f0
ApiPostcodePostcodeBundle.php
@@ -0,0 +1,21 @@
1
+<?php
2
+/*
3
+* (c) Api Postcode <info@api-postcode.nl>
4
+*
5
+* For the full copyright and license information, please view the LICENSE
6
+* file that was distributed with this source code.
7
+*/
8
+
9
+namespace ApiPostcode\PostcodeBundle;
10
11
+use Symfony\Component\HttpKernel\Bundle\Bundle;
12
13
+/**
14
+ * Class ApiPostcodePostcodeBundle
15
+ *
16
+ * (c) Api Postcode <info@api-postcode.nl>
17
+ */
18
+class ApiPostcodePostcodeBundle extends Bundle
19
+{
20
21
+}
0 commit comments