Skip to content

Commit

Permalink
Fix An argument with name class already exists. #987
Browse files Browse the repository at this point in the history
  • Loading branch information
bkintanar committed Mar 14, 2021
1 parent 25e3d6a commit 61cfbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/MutatesSeedCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function __construct(Resolver $resolver)
parent::__construct($resolver);

$this->setName('tenancy:' . $this->getName());
$this->specifyParameters();
// $this->specifyParameters();

$this->websites = app(WebsiteRepository::class);
$this->connection = app(Connection::class);
Expand Down

0 comments on commit 61cfbc1

Please sign in to comment.