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 6bdb7f8 commit 88d6ca8Copy full SHA for 88d6ca8
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