many fixes and expands and module expansions

This commit is contained in:
Dennis Eichhorn 2021-04-04 17:10:51 +02:00
parent c197873fb8
commit d92e5f892f
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
return [
];

View File

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
return [
'0100' => ''
];