class QueuedTenantDatabaseMigrator implements ShouldQueue (View source)

Traits

Dispatchable
InteractsWithQueue
Queueable
SerializesModels

Properties

protected string $tenantId
protected array $migrationParameters

Methods

__construct(Tenant $tenant, $migrationParameters = [])

No description

void
handle()

Execute the job.

Details

__construct(Tenant $tenant, $migrationParameters = [])

No description

Parameters

Tenant $tenant
$migrationParameters

void handle()

Execute the job.

Return Value

void