Skip to content

Commit

Permalink
Update acsmti-route.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecsmenezes committed Sep 19, 2020
1 parent 76f2e38 commit fea216d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acsmti-route.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private function setObject( $val ){
return (object)$object;
}

private function setObjecta( $val ){
private function setMobject( $val ){
$array = explode( "|", $val );
$object = [];

Expand Down

0 comments on commit fea216d

Please sign in to comment.