mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Make LabelGenerator services final.
This commit is contained in:
parent
28187f1ef2
commit
e925bec5b6
18 changed files with 48 additions and 48 deletions
|
@ -32,13 +32,13 @@ use Twig\Error\SyntaxError;
|
|||
|
||||
final class LabelHTMLGenerator
|
||||
{
|
||||
protected $twig;
|
||||
protected $elementTypeNameGenerator;
|
||||
protected $replacer;
|
||||
protected $barcodeGenerator;
|
||||
protected $sandboxedTwigProvider;
|
||||
protected $partdb_title;
|
||||
protected $security;
|
||||
private $twig;
|
||||
private $elementTypeNameGenerator;
|
||||
private $replacer;
|
||||
private $barcodeGenerator;
|
||||
private $sandboxedTwigProvider;
|
||||
private $partdb_title;
|
||||
private $security;
|
||||
|
||||
public function __construct(ElementTypeNameGenerator $elementTypeNameGenerator, LabelTextReplacer $replacer, Environment $twig,
|
||||
BarcodeGenerator $barcodeGenerator, SandboxedTwigProvider $sandboxedTwigProvider, Security $security, string $partdb_title)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue