Skip to content

Commit

Permalink
feat(generate-spec): Add a little done message when the spec is gener…
Browse files Browse the repository at this point in the history
…ated

Signed-off-by: provokateurin <[email protected]>
  • Loading branch information
provokateurin committed Jan 16, 2024
1 parent 59b4d32 commit 697f053
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate-spec
Original file line number Diff line number Diff line change
Expand Up @@ -724,3 +724,5 @@ if ($useTags) {
}

file_put_contents($out, json_encode($openapi, Helpers::jsonFlags()));

Logger::info("app", "Generated ". count($routes). " routes!");

0 comments on commit 697f053

Please sign in to comment.