X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FProjectPhaseParticipant.pm;h=bd2e2caad25d45ebc0f9434fb89372cf004229f2;hb=9b92c0c6d139606ffbeee21abff016acb019cca1;hp=73c0f04b98ef1be68acb15eab0a94872c1394bd7;hpb=7e0130b0bd535dfceba01fe3f4eb6a552ab464a7;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/ProjectPhaseParticipant.pm b/SL/DB/MetaSetup/ProjectPhaseParticipant.pm index 73c0f04b9..bd2e2caad 100644 --- a/SL/DB/MetaSetup/ProjectPhaseParticipant.pm +++ b/SL/DB/MetaSetup/ProjectPhaseParticipant.pm @@ -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');