X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6b935d522a38e1a20802c25ed51a15e0cd292c1d..503fabbf4b2c77b2aab2dc1940f1eec0842cd490:/SL/DB/AuthGroupRight.pm diff --git a/SL/DB/AuthGroupRight.pm b/SL/DB/AuthGroupRight.pm index 49e434434..bfaa6fb30 100644 --- a/SL/DB/AuthGroupRight.pm +++ b/SL/DB/AuthGroupRight.pm @@ -1,16 +1,11 @@ -# This file has been auto-generated only because it didn't exist. -# Feel free to modify it at will; it will not be overwritten automatically. - package SL::DB::AuthGroupRight; use strict; use SL::DB::MetaSetup::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->initialize; +__PACKAGE__->meta->make_manager_class; + 1;