class MigrationsStarted extends MigrationsEvent (View source)

Properties

string $method

The migration method that was invoked.

from  MigrationsEvent

Methods

void
__construct(string $method)

Create a new event instance.

Details

void __construct(string $method)

Create a new event instance.

Parameters

string $method

Return Value

void