mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-20 22:29:36 +00:00
Make LabelGenerator services final.
This commit is contained in:
parent
28187f1ef2
commit
e925bec5b6
18 changed files with 48 additions and 48 deletions
|
|
@ -30,11 +30,11 @@ use Symfony\Component\Security\Core\Security;
|
|||
* Provides Placeholders for infos about global infos like Installation name or datetimes.
|
||||
* @package App\Services\LabelSystem\PlaceholderProviders
|
||||
*/
|
||||
class GlobalProviders implements PlaceholderProviderInterface
|
||||
final class GlobalProviders implements PlaceholderProviderInterface
|
||||
{
|
||||
|
||||
protected $partdb_title;
|
||||
protected $security;
|
||||
private $partdb_title;
|
||||
private $security;
|
||||
|
||||
public function __construct(string $partdb_title, Security $security)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue