Skip to content

Commit 26cd6b2

Browse files
committed
fix error in Mapper class
1 parent 341e5ab commit 26cd6b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/net/authorize/util/Mapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function getClass(string $class, string $property){
100100
// return $obj;
101101
// }
102102
else{
103-
echo "Error finding in YAML - ".$classname." - ".$property."\n";
103+
echo "Error finding in YAML - ".$class." - ".$property."\n";
104104
$obj = NULL;
105105
return $obj;
106106
}

0 commit comments

Comments
 (0)