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 7d4ceaa commit 6ea0058Copy full SHA for 6ea0058
src/Commands/GenerateServerVersion.php
@@ -124,7 +124,7 @@ private function copyDto(): void
124
} else {
125
shell_exec("cp -rf $this->tempDir/lib/Dto " . $this->getAppPathToDto());
126
shell_exec("cp -f $this->tempDir/lib/Configuration.php " . $this->getAppPathToDto());
127
- shell_exec("cp -n $this->tempDir/lib/ObjectSerializer.php " . $this->getAppPathToDto());
+ shell_exec("cp -f $this->tempDir/lib/ObjectSerializer.php " . $this->getAppPathToDto());
128
}
129
130
0 commit comments