Skip to content

Commit

Permalink
refactor(EntityGenerator): Use nette/php-generator (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Oct 10, 2024
1 parent d384ddc commit 8fc692a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
use Twig\Error\SyntaxError;

#[AsMessageHandler]
final class CustomFormAnswerNotifyMessageHandler
final readonly class CustomFormAnswerNotifyMessageHandler
{
public function __construct(
private readonly ManagerRegistry $managerRegistry,
private readonly EmailManagerFactory $emailManagerFactory,
private readonly Settings $settingsBag,
private readonly FilesystemOperator $documentsStorage,
private readonly LoggerInterface $messengerLogger,
private ManagerRegistry $managerRegistry,
private EmailManagerFactory $emailManagerFactory,
private Settings $settingsBag,
private FilesystemOperator $documentsStorage,
private LoggerInterface $messengerLogger,
) {
}

Expand Down

0 comments on commit 8fc692a

Please sign in to comment.