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 9a031a8 commit 20277fcCopy full SHA for 20277fc
src/TwigComponent/src/ComponentTemplateFinder.php
@@ -34,7 +34,7 @@ public function findAnonymousComponentTemplate(string $name): ?string
34
}
35
36
$template = rtrim($this->directory, '/').'/'.$componentPath.'/index.html.twig';
37
- if ($loader->exists($template)) {
+ if ($this->loader->exists($template)) {
38
return $template;
39
40
0 commit comments