mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 03:14:32 +02:00
Make LabelGenerator services final.
This commit is contained in:
parent
28187f1ef2
commit
e925bec5b6
18 changed files with 48 additions and 48 deletions
|
@ -24,9 +24,9 @@ use App\Entity\LabelSystem\LabelOptions;
|
|||
use App\Services\LabelSystem\Barcodes\BarcodeContentGenerator;
|
||||
use Com\Tecnick\Barcode\Barcode;
|
||||
|
||||
class BarcodeGenerator
|
||||
final class BarcodeGenerator
|
||||
{
|
||||
protected $barcodeContentGenerator;
|
||||
private $barcodeContentGenerator;
|
||||
|
||||
public function __construct(BarcodeContentGenerator $barcodeContentGenerator)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue