class ConnectToDatabase implements Step
Methods
Details
at
line 30
__construct(DatabaseConfig $dbConfig, Closure $store, string $basePath)
at
line 37
string
getMessage()
A one-line status message summarizing what's happening in this step.
at
line 42
void
run()
Do the work that constitutes this step.
This method should raise a `StepFailed` exception whenever something goes wrong that should result in the entire installation being reverted.