You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-schema/lib/NGCP/Schema/ResultSet.pm

8 lines
163 B

package NGCP::Schema::ResultSet;
use Sipwise::Base;
extends 'DBIx::Class::ResultSet';
our $VERSION = '2.005';
__PACKAGE__->load_components('Helper::ResultSet');