Skip to content

Commit

Permalink
fixed styleci issue
Browse files Browse the repository at this point in the history
  • Loading branch information
balajidharma authored Feb 9, 2024
1 parent 0fba02b commit 89e35d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/GenerateDocsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private function generateDocumentation(GeneratorFactory $generatorFactory, strin

if (config('l5-swagger.documentations.'.$documentation.'.use_own_docs', false)) {
$this->info('Using own docs - skipping doc generation');

return;
}

Expand Down

0 comments on commit 89e35d6

Please sign in to comment.