Skip to content

Commit

Permalink
Fixed missing space after showing url inside of command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowocyn committed Nov 28, 2023
1 parent 6540b2a commit 039ba40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/DocumentationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function handle()
);

$this->info('The documentation was generated successfully!');
$this->info('Open '.url(config('rest.documentation.routing.path')).'in a web browser.');
$this->info('Open '.url(config('rest.documentation.routing.path')).' in a web browser.');
}

/**
Expand Down

0 comments on commit 039ba40

Please sign in to comment.