Renamed footprints file structure to english names

This commit is contained in:
Jan Böhmer 2023-01-09 21:59:11 +01:00
parent 4032e7ffe3
commit 39d4f06c12
1704 changed files with 1 additions and 1 deletions

View file

@ -364,7 +364,7 @@ class AttachmentPathResolver
'KOHLE' => 'CARBON',
];
private function convertOldFootprintPath(string $old_path): string
public function convertOldFootprintPath(string $old_path): string
{
return strtr($old_path, self::OLD_FOOTPINT_PATH_REPLACEMENT);
}