Change-Id: I55e90dbe363d15837efc73bb0d70c0f2c05ef845changes/95/3795/1
parent
212ab0fc23
commit
27f3ff5b27
@ -0,0 +1,13 @@
|
|||||||
|
package NGCP::CentralSchema;
|
||||||
|
use Moose;
|
||||||
|
extends 'NGCP::Schema';
|
||||||
|
|
||||||
|
our $VERSION = '2.007';
|
||||||
|
|
||||||
|
sub connection {
|
||||||
|
my ($self) = @_;
|
||||||
|
$self->SUPER::connection($self->config->as_hash->{ngcp_central_connect_info});
|
||||||
|
}
|
||||||
|
|
||||||
|
no Moose;
|
||||||
|
1;
|
Loading…
Reference in new issue