Skip to content

Commit 2835cbe

Browse files
committed
fix: make applyVariables public
1 parent 292c902 commit 2835cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Loader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function applyReferences(array &$data, string $baseUrl, array $root)
176176
}
177177

178178

179-
protected function applyVariables(array &$data, $root)
179+
public function applyVariables(array &$data, $root)
180180
{
181181
foreach ($data as $key => &$value) {
182182

0 commit comments

Comments
 (0)