We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48de59e commit 8f17564Copy full SHA for 8f17564
tools/src/ClassGenerator.php
@@ -66,10 +66,6 @@ public function generateResults(): void
66
$template = new ResultClassTemplate($entity);
67
printf('Generating result class for ' . $template->entity->name . \PHP_EOL);
68
$template->write(true);
69
-
70
- // $template = new AbstractRequestClassTemplate($entity);
71
- // printf('Generating return class for ' . $template->entity->name . \PHP_EOL);
72
- // $template->write(true);
73
}
74
75
0 commit comments