Skip to content

Commit 5d4f2f0

Browse files
authored
Create ApiPostcodePostcodeBundle.php
1 parent 1b73c36 commit 5d4f2f0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ApiPostcodePostcodeBundle.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)