mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-12 11:24:31 +02:00
Make LabelGenerator services final.
This commit is contained in:
parent
28187f1ef2
commit
e925bec5b6
18 changed files with 48 additions and 48 deletions
|
@ -25,11 +25,11 @@ use App\Entity\Parts\Part;
|
|||
use App\Services\SIFormatter;
|
||||
use Symfony\Contracts\Translation\TranslatorInterface;
|
||||
|
||||
class PartProvider implements PlaceholderProviderInterface
|
||||
final class PartProvider implements PlaceholderProviderInterface
|
||||
{
|
||||
|
||||
protected $siFormatter;
|
||||
protected $translator;
|
||||
private $siFormatter;
|
||||
private $translator;
|
||||
|
||||
public function __construct(SIFormatter $SIFormatter, TranslatorInterface $translator)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue