We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde3aa8 commit ba8d046Copy full SHA for ba8d046
src/Source/Tree/TreeSourceFetcher.php
@@ -49,6 +49,7 @@ public function fetch(SourceInterface $source, ModifiersApplierInterface $modifi
49
$this->logger?->info('Fetching tree source content', [
50
'description' => $source->getDescription(),
51
'basePath' => $this->basePath,
52
+ 'sourcePaths' => $source->sourcePaths,
53
'renderFormat' => $source->renderFormat,
54
'hasModifiers' => !empty($source->modifiers),
55
]);
0 commit comments