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