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 4921c54 commit 11fab0fCopy full SHA for 11fab0f
packages/core/src/Commands/InstallCommand.php
@@ -30,7 +30,7 @@ public function __construct(
30
middleware: [ForceMiddleware::class],
31
allowDynamicArguments: true,
32
)]
33
- public function __invoke(?string $installer = null, bool $tailwind = false): void
+ public function __invoke(?string $installer = null, bool $_tailwind = false): void
34
{
35
$installer = $this->resolveInstaller($installer);
36
0 commit comments