class
Illuminate
/
Database
/
Events
/
SchemaDumped
You are viewing an older version of the documentation. For the latest, please visit master documentation.
SchemaDumped
Properties
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
- $connection Connection
- $path string