/**
  * @return Notificationsbounces
  */
 public static function findFirst($parameters = array())
 {
     return parent::findFirst($parameters);
 }
Exemple #2
0
 /**
  * Allows to query the first record that match the specified conditions
  *
  * @param  mixed $parameters
  * @return Usersbadges
  */
 public static function findFirst($parameters = null)
 {
     return parent::findFirst($parameters);
 }