Skip to content

Commit

Permalink
readd FacebookUserRepository::getFacebook
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTheOne committed May 10, 2012
1 parent 1eb2d68 commit c42d83f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Classes/Domain/Repository/FacebookUserRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ public function setFacebook(Facebook $facebook) {
$this->facebook = $facebook;
}

/**
* @return Facebook
*/
public function getFacebook() {
return $this->facebook;
}

/**
* @return string
*/
Expand Down

0 comments on commit c42d83f

Please sign in to comment.