]> wagnertech.de Git - mfinanz.git/blob - SL/DB/AuthGroupRight.pm
LaTeX: Tilde vor U+00A0 ersetzen, sonst wird aus U+00A0 eine LaTeX-Tilde
[mfinanz.git] / SL / DB / AuthGroupRight.pm
1 package SL::DB::AuthGroupRight;
2
3 use strict;
4
5 use SL::DB::MetaSetup::AuthGroupRight;
6
7 __PACKAGE__->meta->initialize;
8
9 __PACKAGE__->meta->make_manager_class;
10
11 1;