Thanks to visit codestin.com Credit goes to github.com
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 d5c9e69 commit 9275406Copy full SHA for 9275406
src/Console/InstallCommand.php
@@ -34,8 +34,8 @@ public function handle(Filesystem $filesystem)
34
{
35
if (! $this->option('skip-devtool')) {
36
$devtool = laravel_version_compare('10.17', '>=')
37
- ? confirm('Install Workbench Devtool?', true)
38
- : $this->components->confirm('Install Workbench Devtool?', true);
+ ? confirm('Install Workbench DevTool?', true)
+ : $this->components->confirm('Install Workbench DevTool?', true);
39
40
if ($devtool === true) {
41
$this->call('workbench:devtool', [
0 commit comments