mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 04:19:43 +00:00
Rector php82 changes
This commit is contained in:
@@ -54,11 +54,8 @@ class LoadUsers extends Fixture implements OrderedFixtureInterface
|
||||
],
|
||||
];
|
||||
|
||||
private UserPasswordHasherInterface $passwordHasher;
|
||||
|
||||
public function __construct(UserPasswordHasherInterface $passwordHasher)
|
||||
public function __construct(private readonly UserPasswordHasherInterface $passwordHasher)
|
||||
{
|
||||
$this->passwordHasher = $passwordHasher;
|
||||
}
|
||||
|
||||
public function getOrder(): int
|
||||
|
Reference in New Issue
Block a user