Skip to content

Commit

Permalink
removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
vazaha-nl committed Aug 11, 2023
1 parent 48de59e commit 8f17564
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/src/ClassGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 8f17564

Please sign in to comment.