Skip to content

Commit 63c377b

Browse files
authored
Merge pull request #2 from tvlooy/implement_abstract_method
Implement Twig_ExtensionInterface::getName
2 parents a59dc5b + 7b91b4d commit 63c377b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Twig/Extension.php

+6-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ public function buildCriticalCssFromSnippets()
5151
{
5252
return $this->pageSpecificCssService->buildExtractedRuleSet();
5353
}
54-
}
54+
55+
public function getName()
56+
{
57+
return 'css-form-html-extractor';
58+
}
59+
}

0 commit comments

Comments
 (0)