diff --git a/src/Traits/MutatesSeedCommands.php b/src/Traits/MutatesSeedCommands.php index 5b85cb75..973bfd46 100644 --- a/src/Traits/MutatesSeedCommands.php +++ b/src/Traits/MutatesSeedCommands.php @@ -35,7 +35,6 @@ public function __construct(Resolver $resolver) parent::__construct($resolver); $this->setName('tenancy:' . $this->getName()); - $this->specifyParameters(); $this->websites = app(WebsiteRepository::class); $this->connection = app(Connection::class);