FIX space
This commit is contained in:
@ -16,7 +16,7 @@ class MySQLRequirements implements EngineRequirementsInterface {
|
||||
if (isset($config->host->port)) {
|
||||
$dsn .= ';port=' . $config->host->port;
|
||||
}
|
||||
$dsn .= '; dbname=' . $config->database->name;
|
||||
$dsn .= ';dbname=' . $config->database->name;
|
||||
return $dsn;
|
||||
}
|
||||
public function hasUser(): bool {
|
||||
|
Reference in New Issue
Block a user