X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/28f6dabe8291ed96238eaa7f48556c6915ddad1d..36703a86a998c7c395f110f94b3b3feebc2a3a80:/SL/DB/CustomVariableConfigPartsgroup.pm diff --git a/SL/DB/CustomVariableConfigPartsgroup.pm b/SL/DB/CustomVariableConfigPartsgroup.pm new file mode 100644 index 000000000..167d09c43 --- /dev/null +++ b/SL/DB/CustomVariableConfigPartsgroup.pm @@ -0,0 +1,13 @@ +# 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::CustomVariableConfigPartsgroup; + +use strict; + +use SL::DB::MetaSetup::CustomVariableConfigPartsgroup; +use SL::DB::Manager::CustomVariableConfigPartsgroup; + +__PACKAGE__->meta->initialize; + +1;