Skip to content

Commit 8db406e

Browse files
committed
2 parents 5e6db21 + f1f9e6d commit 8db406e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Maximaster/Tools/Twig/BitrixLoader.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ public function getSource($name)
2727
return file_get_contents($this->getSourcePath($name));
2828
}
2929

30+
protected function findTemplate($name)
31+
{
32+
return $this->getSourcePath($name);
33+
}
34+
3035
/** {@inheritdoc} */
3136
public function getCacheKey($name)
3237
{

0 commit comments

Comments
 (0)