Skip to content

Commit ffcd7d8

Browse files
linawolfjaapio
andauthored
Update packages/guides/src/Compiler/NodeTransformers/MenuNodeTransformers/AbstractMenuEntryNodeTransformer.php
Co-authored-by: Jaap van Otterdijk <[email protected]>
1 parent 4211db1 commit ffcd7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/guides/src/Compiler/NodeTransformers/MenuNodeTransformers/AbstractMenuEntryNodeTransformer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ protected function isCurrent(DocumentEntryNode $menuEntry, string $currentPath):
169169
return $menuEntry->getFile() === $currentPath;
170170
}
171171

172-
public static function isAbsoluteFile(string $expectedFile): bool
172+
protected static function isAbsoluteFile(string $expectedFile): bool
173173
{
174174
return str_starts_with($expectedFile, '/');
175175
}

0 commit comments

Comments
 (0)