Ejemplo n.º 1
0
 /**
  * Fetch one result
  *
  * @param array $where
  * @return object
  */
 public static function one(array $where = [])
 {
     return Hub::one(static::class, $where);
 }