Skip to content
Snippets Groups Projects

Develop

Merged Cyril Vazquez requested to merge develop into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -54,7 +54,7 @@ class TransformationProcessor
*/
public function transform($source)
{
$this->jsonPath = \laabs::newService('dependency/json/Jsonpath', $source);
$this->jsonPath = \laabs::newService('dependency/json/JsonPath', $source);
return $this->processTemplate($this->template);
}
Loading