Skip to content

Commit

Permalink
Update Mapper.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kikmak42 committed Jan 3, 2019
1 parent ad9bc90 commit 977e018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/authorize/util/Mapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function getClass($class, $property){
// return $obj;
// }
else{
echo "Error finding in YAML - ".$class." - ".$property."\n";
//echo "Error finding in YAML - ".$class." - ".$property."\n";
$obj = NULL;
return $obj;
}
Expand Down

0 comments on commit 977e018

Please sign in to comment.