コード例 #1
0
ファイル: Representant.php プロジェクト: WizzerOmega/webstock
 public function getByMailMdp($email, $mdp)
 {
     return Representant::where('MAIL_REP', '=', $email)->where('MDP_REP', '=', $mdp)->get();
 }