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

13 lines
233 B

package NGCP::Schema::ResultSet;
use Sipwise::Base;
use base 'DBIx::Class::ResultSet';
our $VERSION = '2.007';
__PACKAGE__->load_components(
'Helper::ResultSet::IgnoreWantarray',
'Helper::ResultSet::SetOperations',
);
1;