diff --git a/tools/src/ClassGenerator.php b/tools/src/ClassGenerator.php index ad80e28..ca83e3c 100644 --- a/tools/src/ClassGenerator.php +++ b/tools/src/ClassGenerator.php @@ -66,10 +66,6 @@ public function generateResults(): void $template = new ResultClassTemplate($entity); printf('Generating result class for ' . $template->entity->name . \PHP_EOL); $template->write(true); - - // $template = new AbstractRequestClassTemplate($entity); - // printf('Generating return class for ' . $template->entity->name . \PHP_EOL); - // $template->write(true); } }