diff --git a/src/Console/ExtendedRuleMakeCommand.php b/src/Console/ExtendedRuleMakeCommand.php index fe4ca89..9c1a1ac 100644 --- a/src/Console/ExtendedRuleMakeCommand.php +++ b/src/Console/ExtendedRuleMakeCommand.php @@ -17,8 +17,6 @@ protected function configure() public function handle(): bool|null { - $this->handleDomainOption(); - if ($this->option('ai')) { // Ask the user for the desired rule content $ruleDescription = $this->ask('Please describe the validation rule you want to generate (e.g., "validate unique email")');