Caffeinated\Modules\Console\Commands\ModuleMigrateRefreshCommand::runSeeder PHP Method

runSeeder() protected method

Run the module seeder command.
protected runSeeder ( $slug = null, string $database = null )
$database string
    protected function runSeeder($slug = null, $database = null)
    {
        $this->call('module:seed', ['slug' => $slug, '--database' => $database]);
    }