예제 #1
0
파일: Valentine.php 프로젝트: niksrc/SF
 public static function getExistingUser($Id)
 {
     return Valentine::where('userId', $Id)->first();
 }