Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Apr 15, 2024
1 parent d03c5bd commit effd821
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Console/UserCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Laravel\Nova\Nova;
use Laravel\Nova\Util;
use Laravel\Prompts\Prompt;
use Laravel\Prompts\TextPrompt;
use NovaKit\NovaOnVapor\Console\Util\CreateUserOptions;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
Expand Down Expand Up @@ -51,9 +50,9 @@ protected function configure()
$this->setName($this->name)
->setDescription($this->description);

// if (class_exists(Prompt::class) && method_exists(Prompt::class, 'interactive')) {
if (class_exists(Prompt::class) && method_exists(Prompt::class, 'interactive')) {
Prompt::interactive(false);
//}
}
}

/** {@inheritDoc} */
Expand Down

0 comments on commit effd821

Please sign in to comment.