Example #1
0
 public static function getExistingUser($Id)
 {
     return Valentine::where('userId', $Id)->first();
 }