Esempio n. 1
0
 /**
  *
  */
 public function myVote()
 {
     return ContentVote::where(['entity_id' => $this->id, 'user_id' => Auth::user()->id])->first();
 }