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