X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FProjectPhaseParticipant.pm;h=bd2e2caad25d45ebc0f9434fb89372cf004229f2;hb=b269674b6b0e99818c3643d4fc3271a8ce83b8c6;hp=73c0f04b98ef1be68acb15eab0a94872c1394bd7;hpb=766f5705ecb9cd56adfbffd94c871959bb64c6fd;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');