Php – Can't set the message handler on Symfony without attributes
I have this command <?php namespace AppTodoApplicationCommand; use RamseyUuidUuid; use RamseyUuidUuidInterface; class CreateTodoCommand { public function __construct( private string $name, private string $text, private string $userId ) { } public function getName(): string { return $this->name; } public function getText():…