From d84389735957b3a257a6637b824b130991380f2e Mon Sep 17 00:00:00 2001 From: Bertrand Kintanar Date: Mon, 15 Mar 2021 04:30:46 +0800 Subject: [PATCH] Fix An argument with name class already exists. #987 --- src/Traits/MutatesSeedCommands.php | 1 - 1 file changed, 1 deletion(-) 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);