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