예제 #1
0
 public function unlike($user_id)
 {
     return Like::whereRaw('user_id = ? and picture_id = ?', array($user_id, $this->id))->delete();
 }