mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
apply rector rules after merging master branch
This commit is contained in:
@@ -18,7 +18,7 @@ use Chill\PersonBundle\Repository\Person\PersonCenterHistoryRepository;
|
||||
class PersonMoveCenterHistoryHandler implements PersonMoveSqlHandlerInterface
|
||||
{
|
||||
public function __construct(
|
||||
private PersonCenterHistoryRepository $centerHistoryRepository,
|
||||
private readonly PersonCenterHistoryRepository $centerHistoryRepository,
|
||||
) {}
|
||||
|
||||
public function supports(string $className, string $field): bool
|
||||
|
Reference in New Issue
Block a user