Skip to content

Commit

Permalink
Revert Fix Parivarthana
Browse files Browse the repository at this point in the history
  • Loading branch information
kunjara committed Jun 25, 2017
1 parent a4fec34 commit 2535bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Yoga/Type/YogaBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function hasParivarthana($graha1, $graha2)
} else {
$subtype = Parivarthana::SUBTYPE_MAHA;
}
$yogaData = $this->assignYoga('', $subtype, ['graha' => $graha1, 'graha' => $graha2]);
$yogaData = $this->assignYoga('', $subtype, ['graha1' => $graha1, 'graha2' => $graha2]);
return $yogaData;
} else {
return false;
Expand Down

0 comments on commit 2535bc5

Please sign in to comment.