We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a74b82 commit 7607bfaCopy full SHA for 7607bfa
1 file changed
lib/net/authorize/util/Mapper.php
@@ -54,6 +54,8 @@ public static function Instance()
54
// }
55
56
public function getClass($class, $property){
57
+ // make the first letter of property as lowercase as all properties are lowercase
58
+ $property = lcfirst($property);
59
60
//echo "getClass calling : class - " . $class . " property - " . $property . "\n";
61
$obj = new MapperObj;
0 commit comments