@@ -41,7 +41,7 @@ example containing most features described below:
41
*/
42
public function __construct($dummy)
43
{
44
-$this->fooBar = $this->transform($dummy);
+$this->fooBar = $this->transformText($dummy);
45
}
46
47
/**
0 commit comments