X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3568f2f8cb1f21031ee5255f054c0431544c5607..592e11d9f9f0e1f6843d66f00b6d68fa274bb8e1:/SL/DB/AuthUserConfig.pm diff --git a/SL/DB/AuthUserConfig.pm b/SL/DB/AuthUserConfig.pm index b52a1a1e7..292bce219 100644 --- a/SL/DB/AuthUserConfig.pm +++ b/SL/DB/AuthUserConfig.pm @@ -4,6 +4,8 @@ use strict; use SL::DB::MetaSetup::AuthUserConfig; +__PACKAGE__->meta->initialize; + __PACKAGE__->meta->make_manager_class; 1;