mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-13 14:39:30 +00:00
Make LabelGenerator services final.
This commit is contained in:
parent
28187f1ef2
commit
e925bec5b6
18 changed files with 48 additions and 48 deletions
|
|
@ -27,10 +27,10 @@ use App\Services\LabelSystem\LabelTextReplacer;
|
|||
use IntlDateFormatter;
|
||||
use Locale;
|
||||
|
||||
class PartLotProvider implements PlaceholderProviderInterface
|
||||
final class PartLotProvider implements PlaceholderProviderInterface
|
||||
{
|
||||
protected $labelTextReplacer;
|
||||
protected $amountFormatter;
|
||||
private $labelTextReplacer;
|
||||
private $amountFormatter;
|
||||
|
||||
public function __construct(LabelTextReplacer $labelTextReplacer, AmountFormatter $amountFormatter)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue