Skip to content

Commit

Permalink
Comment out the CLI command for blueprint until it's issue with doctr…
Browse files Browse the repository at this point in the history
…ine is fixed
  • Loading branch information
Max Snow committed May 24, 2023
1 parent ba1ff81 commit dfeb976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/DingoServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function register()

$this->registerTransformer();

$this->registerDocsCommand();
// $this->registerDocsCommand();

if (class_exists('Illuminate\Foundation\Application', false)) {
$this->commands([
Expand Down

0 comments on commit dfeb976

Please sign in to comment.