We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1d2e7 commit febae72Copy full SHA for febae72
src/Utility/BackupImport.php
@@ -62,7 +62,7 @@ public function filename(string $filename)
62
public function import()
63
{
64
if (empty($this->filename)) {
65
- throw new LogicException( __d('database_backup', 'You must first set the filename'));
+ throw new LogicException(__d('database_backup', 'You must first set the filename'));
66
}
67
68
//This allows the filename to be set again with a next call of this method
0 commit comments