mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 13:34:28 +02:00
Make LabelGenerator services final.
This commit is contained in:
parent
28187f1ef2
commit
e925bec5b6
18 changed files with 48 additions and 48 deletions
|
@ -27,9 +27,9 @@ use App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface;
|
|||
* It uses the PlaceholderProviders provided by PlaceholderProviderInterface classes.
|
||||
* @package App\Services\LabelSystem
|
||||
*/
|
||||
class LabelTextReplacer
|
||||
final class LabelTextReplacer
|
||||
{
|
||||
protected $providers;
|
||||
private $providers;
|
||||
|
||||
public function __construct(iterable $providers)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue