X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/09a63fcb49aeac832a52682a01286fa36b9b65a5..d32410ac096b:/SL/DB/MetaSetup/TriggerInformation.pm diff --git a/SL/DB/MetaSetup/TriggerInformation.pm b/SL/DB/MetaSetup/TriggerInformation.pm index 2ea319754..364c90cd8 100644 --- a/SL/DB/MetaSetup/TriggerInformation.pm +++ b/SL/DB/MetaSetup/TriggerInformation.pm @@ -4,7 +4,7 @@ package SL::DB::TriggerInformation; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('trigger_information');