mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
php style fixer
This commit is contained in:
@@ -41,7 +41,7 @@ class UserNormalizer implements ContextAwareNormalizerInterface, NormalizerAware
|
||||
'isAbsent' => false,
|
||||
];
|
||||
|
||||
public function __construct(private readonly UserRender $userRender)
|
||||
public function __construct(private readonly UserRender $userRender, private readonly ClockInterface $clock)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user