kivitendo/SL/DB/TriggerInformation.pm @ 4249ea44
09a63fcb | Moritz Bunkus | # 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::TriggerInformation;
|
|||
use strict;
|
|||
use SL::DB::MetaSetup::TriggerInformation;
|
|||
use SL::DB::Manager::TriggerInformation;
|
|||
__PACKAGE__->meta->initialize;
|
|||
1;
|