mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 12:18:54 +02:00
Make LabelGenerator services final.
This commit is contained in:
parent
28187f1ef2
commit
e925bec5b6
18 changed files with 48 additions and 48 deletions
|
@ -21,9 +21,9 @@
|
|||
namespace App\Services\LabelSystem\Barcodes;
|
||||
|
||||
|
||||
class BarcodeNormalizer
|
||||
final class BarcodeNormalizer
|
||||
{
|
||||
protected const PREFIX_TYPE_MAP = [
|
||||
private const PREFIX_TYPE_MAP = [
|
||||
'L' => 'lot',
|
||||
'P' => 'part',
|
||||
'S' => 'location',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue