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