]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/PeriodicInvoicesConfig.pm
use parent statt use base in MetaSetup
[mfinanz.git] / SL / DB / MetaSetup / PeriodicInvoicesConfig.pm
index dfc43f435276672d71948d716da45bb0286f7f8e..0c0545384140935613fa0d512414401754f34754 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::PeriodicInvoicesConfig;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('periodic_invoices_configs');