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