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