X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/03f5aaa3c601956206f0c2a142c1e19f6981b326..2be3ec7cd2f7aeefb78b126cf8fd8b4e2e2fb767:/SL/DB/ProjectPhaseParticipant.pm diff --git a/SL/DB/ProjectPhaseParticipant.pm b/SL/DB/ProjectPhaseParticipant.pm index 67c7939b7..58d107c22 100644 --- a/SL/DB/ProjectPhaseParticipant.pm +++ b/SL/DB/ProjectPhaseParticipant.pm @@ -7,6 +7,8 @@ use strict; use SL::DB::MetaSetup::ProjectPhaseParticipant; +__PACKAGE__->meta->initialize; + # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class;