Skip to content

Commit

Permalink
Remove type from RegistrationType constructur
Browse files Browse the repository at this point in the history
  • Loading branch information
t2d committed Dec 21, 2024
1 parent f1a1e00 commit 97dc424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/RegistrationType.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class RegistrationType extends AbstractType
/**
* RegistrationType constructor.
*/
public function __construct(EntityManagerInterface $manager) : void
public function __construct(EntityManagerInterface $manager)
{
$this->domain = $manager->getRepository(Domain::class)->getDefaultDomain()->getName();
}
Expand Down

0 comments on commit 97dc424

Please sign in to comment.