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.
2 parents 5052c72 + 127ece7 commit 4a656b3Copy full SHA for 4a656b3
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