We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3cdeb02 + 95c1e2a commit dff72aeCopy full SHA for dff72ae
src/Commands/ImportEnvironmentCommand.php
@@ -352,7 +352,7 @@ protected function getDatabaseDumpClient(bool $local = false): MySql
352
if ($dbType === 'mysql'
353
&& (
354
(!$local && $this->getEnvironmentConfigValue('db_skip_ssl', false))
355
- || ($local && $this->getEnvironmentConfigValue('skip_ssl_local', false))
+ || ($local && $this->getConfigValue('skip_ssl_local', false))
356
)
357
) {
358
$client->setSkipSsl();
0 commit comments