Skip to content

Commit 8f17564

Browse files
committed
removed commented out code
1 parent 48de59e commit 8f17564

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tools/src/ClassGenerator.php

-4
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ public function generateResults(): void
6666
$template = new ResultClassTemplate($entity);
6767
printf('Generating result class for ' . $template->entity->name . \PHP_EOL);
6868
$template->write(true);
69-
70-
// $template = new AbstractRequestClassTemplate($entity);
71-
// printf('Generating return class for ' . $template->entity->name . \PHP_EOL);
72-
// $template->write(true);
7369
}
7470
}
7571

0 commit comments

Comments
 (0)