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.
2 parents 6bdb7f8 + 88d6ca8 commit d3af0a6Copy full SHA for d3af0a6
src/Builder/BaseBuilder.php
@@ -260,7 +260,7 @@ public function writeOnDisk($outputDirectory)
260
public function getCode()
261
{
262
$twig = $this->getTwigEnvironment();
263
- $template = $twig->loadTemplate($this->getTemplateName());
+ $template = $twig->load($this->getTemplateName());
264
265
$variables = $this->getVariables();
266
$variables['builder'] = $this;
0 commit comments