Corrections after merge (double declares)

This commit is contained in:
2021-12-13 19:24:21 +01:00
parent 6e079fa771
commit 19741530bf
2 changed files with 0 additions and 38 deletions

View File

@@ -35,15 +35,6 @@ class UserNormalizer implements ContextAwareNormalizerInterface, NormalizerAware
private UserRender $userRender;
const NULL_USER = [
'type' => 'user',
'id' => '',
'username' => '',
'text' => '',
'label' => '',
'email' => '',
];
public function __construct(UserRender $userRender)
{
$this->userRender = $userRender;