X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FAuthGroupRight.pm;h=bfaa6fb308f2e6705093bf93eaa4fd01a8ae9022;hb=590708a7a8d02ecd60267271f276e975c08d56c6;hp=1ba9ae199d2bb8676422cc1695c09a43d579f1bf;hpb=841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5;p=kivitendo-erp.git diff --git a/SL/DB/AuthGroupRight.pm b/SL/DB/AuthGroupRight.pm index 1ba9ae199..bfaa6fb30 100644 --- a/SL/DB/AuthGroupRight.pm +++ b/SL/DB/AuthGroupRight.pm @@ -4,6 +4,8 @@ use strict; use SL::DB::MetaSetup::AuthGroupRight; +__PACKAGE__->meta->initialize; + __PACKAGE__->meta->make_manager_class; 1;