Last updated 5 months ago
Was this helpful?
If you're using , you can turn your DTOs into wireable DTOs by adding the WendellAdriel\ValidatedDTO\Concerns\Wireable trait to your DTOs:
WendellAdriel\ValidatedDTO\Concerns\Wireable
class UserDTO extends ValidatedDTO { use Wireable; // Your DTO code... }