示例#1
0
文件: Valentine.php 项目: niksrc/SF
 public static function getExistingUser($Id)
 {
     return Valentine::where('userId', $Id)->first();
 }