Skip to content

Commit 0f7fb83

Browse files
authored
Fix An argument with name class already exists. #987 (#989)
1 parent 25e3d6a commit 0f7fb83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Traits/MutatesSeedCommands.php

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public function __construct(Resolver $resolver)
3535
parent::__construct($resolver);
3636

3737
$this->setName('tenancy:' . $this->getName());
38-
$this->specifyParameters();
3938

4039
$this->websites = app(WebsiteRepository::class);
4140
$this->connection = app(Connection::class);

0 commit comments

Comments
 (0)