Skip to content

Commit 3e1c642

Browse files
authored
Engine getter
1 parent 276f862 commit 3e1c642

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Jade/JadeSymfonyEngine.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ public function setCustomOptions(array $options)
5555
return $this->jade->setCustomOptions($options);
5656
}
5757

58+
public function getEngine()
59+
{
60+
return $this->jade;
61+
}
62+
5863
public function getCacheDir()
5964
{
6065
return $this->kernel->getCacheDir() . DIRECTORY_SEPARATOR . 'pug';

0 commit comments

Comments
 (0)