Beispiel #1
0
 public function getNotCoincidence()
 {
     $data = Like::join('user', 'compatibilies.candidato', '=', 'users.id')->get();
 }