Exemplo n.º 1
0
Arquivo: Auth.php Projeto: puggin/pugs
 /**
  * Gets an Auth model by parameters
  *
  * @param array $params
  * @return array
  */
 public function getAuth($params)
 {
     return $this->auth->where($params)->first();
 }