Skip to content

Commit

Permalink
Merge pull request #38 from sulemaanhamza/master
Browse files Browse the repository at this point in the history
Undefined variable $obje  bug fix
  • Loading branch information
curtisdelicata authored Nov 28, 2021
2 parents f62333f + 9ba4b7e commit 0ead943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Record/Fam/Even.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function getNote()
*/
public function getObje()
{
return $this->obje;
return $this->_obje;
}

/**
Expand Down

0 comments on commit 0ead943

Please sign in to comment.