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 5686802 commit e468197Copy full SHA for e468197
src/Commands/CreateCommands.php
@@ -99,7 +99,7 @@ protected function updatePhappManifest($name) {
99
catch (PhappInstanceNotFoundException $e) {
100
$data = [];
101
}
102
- $data = array_replace_recursive($data, $this->globalConfig->getPhappInitDefaults());
+ $data = array_replace_recursive($this->globalConfig->getPhappInitDefaults(), $data);
103
104
// Ensure some important attributes come first.
105
$new_data['name'] = $name;
0 commit comments