]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/ProjectParticipant.pm
use parent statt use base in MetaSetup
[kivitendo-erp.git] / SL / DB / MetaSetup / ProjectParticipant.pm
index 9058aa5d9b6f19f01b82c374a808874ba6db4916..5704af11d464867634d62612cdf5c7660a01e50b 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::ProjectParticipant;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('project_participants');