Ejemplo n.º 1
0
 /**
  * Get a single comment and return it
  *
  * @param string $commentId
  * @return \App\Eloquent\Comment
  */
 public function getComment($commentId = '')
 {
     //Return comment
     return $this->comment->findOrFail($commentId);
 }