コード例 #1
0
ファイル: Content.php プロジェクト: jvlstudio/3N1WebSite
 /**
  *
  */
 public function myVote()
 {
     return ContentVote::where(['entity_id' => $this->id, 'user_id' => Auth::user()->id])->first();
 }