/** * Fetch one result * * @param array $where * @return object */ public static function one(array $where = []) { return Mapper::one(get_called_class(), $where); }