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 d843897
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Traits/MutatesSeedCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d843897

Please sign in to comment.