diff --git a/packages/framework/src/Console/Commands/PublishViewsCommand.php b/packages/framework/src/Console/Commands/PublishViewsCommand.php index a8afad74ede..fc256261585 100644 --- a/packages/framework/src/Console/Commands/PublishViewsCommand.php +++ b/packages/framework/src/Console/Commands/PublishViewsCommand.php @@ -45,7 +45,7 @@ class PublishViewsCommand extends Command public function handle(): int { - if ($this->isInteractive() && (ConsoleHelper::usesWindowsOs() || ! stream_isatty(STDIN))) { + if ($this->isInteractive() && ConsoleHelper::usesWindowsOs()) { $this->error('Due to limitations in the Windows version of PHP, it is not currently possible to use interactive mode on Windows outside of WSL.'); return Command::FAILURE;