|
@@ -99,7 +99,7 @@ |
|
|
block discarded – undo |
|
99
|
99
|
$targetPath = Yii::getAlias($this->currentConfig['path']); |
|
100
|
100
|
Yii::createObject(FolderBackupMaker::class, [$this->model->getFullPath(), $targetPath, $this->currentConfig['io']])->execute(); |
|
101
|
101
|
} |
|
102
|
|
- } catch (MysqlDumpException|PostgresDumpException|FolderDumpException $exception) { |
|
|
102
|
+ } catch (MysqlDumpException | PostgresDumpException | FolderDumpException $exception) { |
|
103
|
103
|
$this->setBackupFailed(); |
|
104
|
104
|
throw new $exception; |
|
105
|
105
|
} |
Please login to merge, or discard this patch.