use parent statt use base in MetaSetup
[kivitendo-erp.git] / SL / DB / MetaSetup / CustomVariableConfigPartsgroup.pm
index 95222d9..b326cbe 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::CustomVariableConfigPartsgroup;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('custom_variable_config_partsgroups');