mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Force new parameter to be readonly in LoadAndUpdateLanguagesCommand constructor
This commit is contained in:
parent
d7f4895248
commit
0ff51b0a5c
@ -40,7 +40,7 @@ class LoadAndUpdateLanguagesCommand extends Command
|
|||||||
/**
|
/**
|
||||||
* LoadCountriesCommand constructor.
|
* LoadCountriesCommand constructor.
|
||||||
*/
|
*/
|
||||||
public function __construct(private readonly EntityManagerInterface $entityManager, private ParameterBagInterface $parameterBag)
|
public function __construct(private readonly EntityManagerInterface $entityManager, private readonly ParameterBagInterface $parameterBag)
|
||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user