@@ -89,6 +89,9 @@ |
||
89 | 89 | $this->install(new AuraSqlReplicationModule($locator)); |
90 | 90 | } |
91 | 91 | |
92 | + /** |
|
93 | + * @param string $dsn |
|
94 | + */ |
|
92 | 95 | private function changeHost($dsn, $host) : string |
93 | 96 | { |
94 | 97 | \preg_match(self::PARSE_PDO_DSN_REGEX, $dsn, $parts); |