class Illuminate / Database / Events / MigrationsEvent
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.
abstract

MigrationsEvent

Implements

Properties

public

$method string

The migration method that was invoked.

Default: null

Methods

public

__construct ( $method ) : void

Create a new event instance.

Parameters

  • $method string