]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/AccTransaction.pm
use parent statt use base in MetaSetup
[kivitendo-erp.git] / SL / DB / MetaSetup / AccTransaction.pm
index a3fedebc072cf904443ec802988c5e7bb7413246..23a1b17665d011080e98896a360eb80910cce996 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::AccTransaction;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('acc_trans');