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 5052c72 commit 127ece7Copy full SHA for 127ece7
src/Service.php
@@ -24,7 +24,7 @@ public function __construct(
24
) {
25
$this->processor = new Processor();
26
$this->configuration = new Configuration();
27
- $this->interpreter = clone $interpreter ?? new ExpressionLanguage();
+ $this->interpreter = $interpreter ?? new ExpressionLanguage();
28
}
29
30
public function configuration(): ConfigurationInterface
0 commit comments