X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FAuthGroupRight.pm;h=bfaa6fb308f2e6705093bf93eaa4fd01a8ae9022;hb=713de5ed35a8a1faea940354254c4e781631c495;hp=49e434434193d93c146463dea11a46df76534294;hpb=3a94f4d2dd9a835d4a7007e1b999ea00b3c4e1cd;p=kivitendo-erp.git 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;