mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-01 12:59:36 +00:00
Added test for LCSCBarcodeScanResult
This commit is contained in:
parent
338c5ebf0b
commit
a8520b7870
3 changed files with 99 additions and 31 deletions
|
|
@ -51,7 +51,7 @@ readonly class LCSCBarcodeScanResult implements BarcodeScanResultInterface
|
|||
*/
|
||||
public function __construct(
|
||||
public array $fields,
|
||||
public string $raw_input,
|
||||
public string $rawInput,
|
||||
) {
|
||||
|
||||
$this->pickBatchNumber = $this->fields['pbn'] ?? null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue