We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7bc2f commit da9f994Copy full SHA for da9f994
src/Commands/InstallCommand.php
@@ -26,8 +26,6 @@ class InstallCommand extends Command
26
27
public function handle(AppSettings $settings)
28
{
29
- Prompt::fallbackWhen(!$this->input->isInteractive());
30
-
31
intro('Welcome to the Cachet installer!');
32
33
Sleep::for(2)->seconds();
0 commit comments