mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-08 01:14:34 +02:00
Renamed Storelocation entity to StorageLocation
This commit is contained in:
parent
09acca950d
commit
0af5a58dbe
59 changed files with 218 additions and 176 deletions
|
@ -22,7 +22,7 @@ namespace App\Entity\LabelSystem;
|
|||
|
||||
use App\Entity\Parts\Part;
|
||||
use App\Entity\Parts\PartLot;
|
||||
use App\Entity\Parts\Storelocation;
|
||||
use App\Entity\Parts\StorageLocation;
|
||||
|
||||
enum LabelSupportedElement: string
|
||||
{
|
||||
|
@ -39,7 +39,7 @@ enum LabelSupportedElement: string
|
|||
return match ($this) {
|
||||
self::PART => Part::class,
|
||||
self::PART_LOT => PartLot::class,
|
||||
self::STORELOCATION => Storelocation::class,
|
||||
self::STORELOCATION => StorageLocation::class,
|
||||
};
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue