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 de9f3d2 commit 4c047bdCopy full SHA for 4c047bd
src/Command/PhpStratumSourcesCommand.php
@@ -93,7 +93,7 @@ private function findPhpStratumSourcePatterns(): array
93
*/
94
private function phpStratumConfigFilename(): string
95
{
96
- $path = PlaisioXmlUtility::plaisioXmlPath('database');
+ $path = PlaisioXmlUtility::plaisioXmlPath('stratum');
97
$helper = new PlaisioXmlHelper($path);
98
99
return $helper->queryPhpStratumConfigFilename();
0 commit comments