Closed maximehuran closed 1 year ago
Be able to use custom method in DTO like :
public function getId(): string { return sprintf('%s_%s', $this->getType(), $this->getObjectId()); }
We not break the default behaviour :
And user be able to customize their DTO IDs
Be able to use custom method in DTO like :
We not break the default behaviour :
And user be able to customize their DTO IDs