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 c90dfe6 commit 675fe7cCopy full SHA for 675fe7c
src/Twig/Extension.php
@@ -15,12 +15,10 @@ class Extension extends Twig_Extension implements Twig_ExtensionInterface
15
16
/**
17
* Extension constructor.
18
- *
19
- * @param string $sourceCss
20
*/
21
- public function __construct($sourceCss)
+ public function __construct()
22
{
23
- $this->pageSpecificCssService = new PageSpecificCss($sourceCss);
+ $this->pageSpecificCssService = new PageSpecificCss();
24
}
25
26
0 commit comments