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