Skip to content

Commit f77bac4

Browse files
committed
fix: tree source param key
1 parent 95a3bcc commit f77bac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Source/Tree/TreeSource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function jsonSerialize(): array
199199
$result = [
200200
'type' => 'tree',
201201
...parent::jsonSerialize(),
202-
'sourcePath' => $this->sourcePath,
202+
'sourcePaths' => $this->sourcePath,
203203
'filePattern' => $this->filePattern,
204204
'notPath' => $this->notPath,
205205
'renderFormat' => $this->renderFormat,

0 commit comments

Comments
 (0)