Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9275406

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent d5c9e69 commit 9275406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/InstallCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public function handle(Filesystem $filesystem)
3434
{
3535
if (! $this->option('skip-devtool')) {
3636
$devtool = laravel_version_compare('10.17', '>=')
37-
? confirm('Install Workbench Devtool?', true)
38-
: $this->components->confirm('Install Workbench Devtool?', true);
37+
? confirm('Install Workbench DevTool?', true)
38+
: $this->components->confirm('Install Workbench DevTool?', true);
3939

4040
if ($devtool === true) {
4141
$this->call('workbench:devtool', [

0 commit comments

Comments
 (0)