コード例 #1
0
ファイル: AuthService.php プロジェクト: edisonthk/cv_api
 public function getUserById($id)
 {
     return User::find($id);
 }