We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41d686 commit 8364647Copy full SHA for 8364647
src/Knp/Menu/Twig/MenuExtension.php
@@ -61,7 +61,7 @@ public function getLastModified(): int
61
{
62
return max(
63
(int) filemtime(__FILE__),
64
- (int) filemtime((string) (new \ReflectionClass(MenuRuntimeExtension::class))->getFileName()),
+ (int) filemtime(__DIR__.'/MenuRuntimeExtension.php'),
65
);
66
}
67
0 commit comments