]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/GLTransaction.pm
use parent statt use base in MetaSetup
[kivitendo-erp.git] / SL / DB / MetaSetup / GLTransaction.pm
index 14f386a7a6251bb0a8636710c93f585202a16f74..3b829d54d516c02ba24a9e5931a872b5228a9790 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::GLTransaction;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('gl');