#255 Clean newlines

This commit is contained in:
Daniel Brendel
2024-08-10 12:30:05 +02:00
parent 85d8e288cd
commit b488575c81
-2
View File
@@ -244,8 +244,6 @@ class UtilsModule {
$files = scandir(app_path('/lang'));
foreach ($files as $file) {
if (substr($file, 0, 1) !== '.') {
$result[] = ['ident' => $file, 'name' => locale_get_display_language($file, static::getLanguage())];
}
}