Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Typo in getRelatedNotifications() method (not used).
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 22, 2015
1 parent 772f866 commit c1ef97e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -304,6 +304,6 @@ public function addRelatedNotification($relatedNotification)
*/
public function getRelatedNotifications()
{
return $this->relatedNotification;
return $this->relatedNotifications;
}
}

0 comments on commit c1ef97e

Please sign in to comment.