phpOMS/tests/Localization/langTestFile.php
2022-02-19 13:57:39 +01:00

7 lines
88 B
PHP
Executable File

<?php declare(strict_types=1);
return ['Test' => [
'key' => 'value',
],
];