X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5d0c2933e983d083afdb15afd5ec24b34fcdd3c6..09a63fcb49aeac832a52682a01286fa36b9b65a5:/SL/DB/Manager/TriggerInformation.pm diff --git a/SL/DB/Manager/TriggerInformation.pm b/SL/DB/Manager/TriggerInformation.pm new file mode 100644 index 000000000..6ac4c3317 --- /dev/null +++ b/SL/DB/Manager/TriggerInformation.pm @@ -0,0 +1,15 @@ +# 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::TriggerInformation; + +use strict; + +use SL::DB::Helper::Manager; +use base qw(SL::DB::Helper::Manager); + +sub object_class { 'SL::DB::TriggerInformation' } + +__PACKAGE__->make_manager_methods; + +1;