class Illuminate / Database / Events / SchemaDumped
You are viewing an older version of the documentation. For the latest, please visit master documentation.

SchemaDumped

Properties

public

$connection Connection

The database connection instance.

Default: null
public

$connectionName string

The database connection name.

Default: null
public

$path string

The path to the schema dump.

Default: null

Methods

public

__construct ( $connection , $path ) : void

Create a new event instance.

Parameters