Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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