Skip to content

Commit 11fab0f

Browse files
committed
wip
1 parent 4921c54 commit 11fab0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/Commands/InstallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(
3030
middleware: [ForceMiddleware::class],
3131
allowDynamicArguments: true,
3232
)]
33-
public function __invoke(?string $installer = null, bool $tailwind = false): void
33+
public function __invoke(?string $installer = null, bool $_tailwind = false): void
3434
{
3535
$installer = $this->resolveInstaller($installer);
3636

0 commit comments

Comments
 (0)