X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FAuthClientGroup.pm;h=bdf6170c681514ea4ae530f550b4f4c43d9ae317;hb=feb6f563968f53e59511578429b1dd61fda52008;hp=758841bbf92a7c0d0b32f212828754ae5d8fe2e3;hpb=3ced230d576cb0eff6f8b7805f1682c14e009ef9;p=kivitendo-erp.git diff --git a/SL/DB/AuthClientGroup.pm b/SL/DB/AuthClientGroup.pm index 758841bbf..bdf6170c6 100644 --- a/SL/DB/AuthClientGroup.pm +++ b/SL/DB/AuthClientGroup.pm @@ -1,14 +1,10 @@ -# 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::AuthClientGroup; use strict; use SL::DB::MetaSetup::AuthClientGroup; -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -__PACKAGE__->meta->schema('auth'); +__PACKAGE__->meta->initialize; __PACKAGE__->meta->make_manager_class;