class Rollback extends RollbackCommand (View source)

Traits

Properties

protected string $description

The console command description.

Methods

getOptions()

No description

LazyCollection
getTenants()

No description

void
__construct(Migrator $migrator)

Create a new command instance.

getMigrationPaths()

No description

void
specifyTenantSignature()

No description

string|null
getName()

No description

static string|null
getDefaultName()

No description

static string
getTenantCommandName()

No description

mixed
handle()

Execute the console command.

Details

protected getOptions()

No description

protected LazyCollection getTenants()

No description

Return Value

LazyCollection

void __construct(Migrator $migrator)

Create a new command instance.

Parameters

Migrator $migrator

Return Value

void

protected getMigrationPaths()

No description

protected void specifyTenantSignature()

No description

Return Value

void

string|null getName()

No description

Return Value

string|null

static string|null getDefaultName()

No description

Return Value

string|null

static protected string getTenantCommandName()

No description

Return Value

string

mixed handle()

Execute the console command.

Return Value

mixed