Skip to content

Commit b1c98fa

Browse files
committed
Fix missing use statement
1 parent edcbcc5 commit b1c98fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Jade/JadeSymfonyEngine.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Symfony\Component\Templating\EngineInterface;
66
use Jade\Jade;
7+
use Pug\Assets;
78

89
class JadeSymfonyEngine implements EngineInterface, \ArrayAccess
910
{

0 commit comments

Comments
 (0)