X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/738fb45b29f22097f26c244598d6713ecd929a5e..d8ac08282dad52789b8bea785e8cddae44085483:/SL/DB/AuthGroup.pm diff --git a/SL/DB/AuthGroup.pm b/SL/DB/AuthGroup.pm index 3d301775f..ce47bd32f 100644 --- a/SL/DB/AuthGroup.pm +++ b/SL/DB/AuthGroup.pm @@ -6,11 +6,9 @@ package SL::DB::AuthGroup; use strict; use SL::DB::MetaSetup::AuthGroup; +use SL::DB::Manager::AuthGroup; use SL::DB::AuthGroupRight; -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -__PACKAGE__->meta->make_manager_class; - __PACKAGE__->meta->schema('auth'); __PACKAGE__->meta->add_relationship(