Skip to content

Commit 039ba40

Browse files
committed
Fixed missing space after showing url inside of command.
1 parent 6540b2a commit 039ba40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/DocumentationCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function handle()
4545
);
4646

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

5151
/**

0 commit comments

Comments
 (0)