]> wagnertech.de Git - kivitendo-erp.git/blob - SL/DB/Bin.pm
Template-Parameter "conf_xyz" durch "INSTANCE_CONF.get_xyz" ersetzt
[kivitendo-erp.git] / SL / DB / Bin.pm
1 package SL::DB::Bin;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Bin;
6
7 __PACKAGE__->meta->initialize;
8
9 __PACKAGE__->meta->make_manager_class;
10
11 1;