kivitendo/SL/DB/Manager/CustomVariableConfigPartsgroup.pm @ 7a803ab2
36703a86 | Bernd Bleßmann | # 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::Manager::CustomVariableConfigPartsgroup;
|
|||
use strict;
|
|||
use SL::DB::Helper::Manager;
|
|||
use base qw(SL::DB::Helper::Manager);
|
|||
sub object_class { 'SL::DB::CustomVariableConfigPartsgroup' }
|
|||
__PACKAGE__->make_manager_methods;
|
|||
1;
|