... | ... |
@@ -7,10 +7,10 @@ declare(strict_types=1); |
7 | 7 |
* |
8 | 8 |
* @package contao-member-extension-bundle |
9 | 9 |
* @license MIT |
10 |
- * @author Daniele Sciannimanica <https://github.com/doishub> |
|
11 |
- * @author Fabian Ekert <https://github.com/eki89> |
|
12 |
- * @author Sebastian Zoglowek <https://github.com/zoglo> |
|
13 |
- * @copyright Oveleon <https://www.oveleon.de/> |
|
10 |
+ * @author Sebastian Zoglowek <https://github.com/zoglo> |
|
11 |
+ * @author Daniele Sciannimanica <https://github.com/doishub> |
|
12 |
+ * @author Fabian Ekert <https://github.com/eki89> |
|
13 |
+ * @copyright Oveleon <https://www.oveleon.de/> |
|
14 | 14 |
*/ |
15 | 15 |
|
16 | 16 |
namespace Oveleon\ContaoMemberExtensionBundle; |
... | ... |
@@ -5,7 +5,12 @@ declare(strict_types=1); |
5 | 5 |
/* |
6 | 6 |
* This file is part of Oveleon ContaoMemberExtension Bundle. |
7 | 7 |
* |
8 |
- * (c) https://www.oveleon.de/ |
|
8 |
+ * @package contao-member-extension-bundle |
|
9 |
+ * @license MIT |
|
10 |
+ * @author Daniele Sciannimanica <https://github.com/doishub> |
|
11 |
+ * @author Fabian Ekert <https://github.com/eki89> |
|
12 |
+ * @author Sebastian Zoglowek <https://github.com/zoglo> |
|
13 |
+ * @copyright Oveleon <https://www.oveleon.de/> |
|
9 | 14 |
*/ |
10 | 15 |
|
11 | 16 |
namespace Oveleon\ContaoMemberExtensionBundle; |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,17 @@ |
1 |
+<?php |
|
2 |
+ |
|
3 |
+declare(strict_types=1); |
|
4 |
+ |
|
5 |
+/* |
|
6 |
+ * This file is part of Oveleon ContaoMemberExtension Bundle. |
|
7 |
+ * |
|
8 |
+ * (c) https://www.oveleon.de/ |
|
9 |
+ */ |
|
10 |
+ |
|
11 |
+namespace Oveleon\ContaoMemberExtensionBundle; |
|
12 |
+ |
|
13 |
+use Symfony\Component\HttpKernel\Bundle\Bundle; |
|
14 |
+ |
|
15 |
+class ContaoMemberExtensionBundle extends Bundle |
|
16 |
+{ |
|
17 |
+} |
|
0 | 18 |
\ No newline at end of file |