We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6540b2a commit 039ba40Copy full SHA for 039ba40
src/Console/Commands/DocumentationCommand.php
@@ -45,7 +45,7 @@ public function handle()
45
);
46
47
$this->info('The documentation was generated successfully!');
48
- $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.');
49
}
50
51
/**
0 commit comments