Skip to content

Commit

Permalink
Merge c50dcbc into 192594c
Browse files Browse the repository at this point in the history
  • Loading branch information
morloderex authored Mar 9, 2021
2 parents 192594c + c50dcbc commit 4742fb8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Commands/Seed.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class Seed extends SeedCommand
*/
protected $description = 'Seed tenant database(s).';

protected $name = 'tenants:seed';

/**
* Create a new command instance.
*
Expand All @@ -29,9 +31,6 @@ class Seed extends SeedCommand
public function __construct(ConnectionResolverInterface $resolver)
{
parent::__construct($resolver);

$this->setName('tenants:seed');
$this->specifyParameters();
}

/**
Expand Down

0 comments on commit 4742fb8

Please sign in to comment.