コード例 #1
0
ファイル: Auth.php プロジェクト: puggin/pugs
 /**
  * Gets an Auth model by parameters
  *
  * @param array $params
  * @return array
  */
 public function getAuth($params)
 {
     return $this->auth->where($params)->first();
 }