Skip to content
Prev Previous commit
Fix function return
  • Loading branch information
asbiin committed Apr 29, 2018
commit 0e95d2da88e6a935fc2dcf173532ae8d783f53b0
2 changes: 1 addition & 1 deletion app/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ public function getRelatedRealContact()
/**
* Indicates the age of the contact at death.
*
* @return Carbon
* @return int
*/
public function getAgeAtDeath()
{
Expand Down