mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-09 18:04:33 +02:00
Renamed footprints file structure to english names
This commit is contained in:
parent
4032e7ffe3
commit
39d4f06c12
1704 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue