Skip to content

Commit 4c047bd

Browse files
committed
Fix plaisio:php-stratum-sources command.
1 parent de9f3d2 commit 4c047bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/PhpStratumSourcesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private function findPhpStratumSourcePatterns(): array
9393
*/
9494
private function phpStratumConfigFilename(): string
9595
{
96-
$path = PlaisioXmlUtility::plaisioXmlPath('database');
96+
$path = PlaisioXmlUtility::plaisioXmlPath('stratum');
9797
$helper = new PlaisioXmlHelper($path);
9898

9999
return $helper->queryPhpStratumConfigFilename();

0 commit comments

Comments
 (0)