projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
marei: headline/colspec keys for SimpleTabular
[kivitendo-erp.git]
/
SL
/
DB
/
AuthUserConfig.pm
1
package SL::DB::AuthUserConfig;
2
3
use strict;
4
5
use SL::DB::MetaSetup::AuthUserConfig;
6
7
__PACKAGE__->meta->initialize;
8
9
__PACKAGE__->meta->make_manager_class;
10
11
1;