X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FProjectParticipant.pm;h=5704af11d464867634d62612cdf5c7660a01e50b;hb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;hp=9058aa5d9b6f19f01b82c374a808874ba6db4916;hpb=766f5705ecb9cd56adfbffd94c871959bb64c6fd;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/ProjectParticipant.pm b/SL/DB/MetaSetup/ProjectParticipant.pm index 9058aa5d9..5704af11d 100644 --- a/SL/DB/MetaSetup/ProjectParticipant.pm +++ b/SL/DB/MetaSetup/ProjectParticipant.pm @@ -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');