X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FTriggerInformation.pm;h=364c90cd86152b4f1536bda9dd29293d34bf3ac7;hb=4b4f09f600529e048be9e9d21357d1840759bdaa;hp=2ea31975432c62bcfc71868a7caaa493bfef7468;hpb=09a63fcb49aeac832a52682a01286fa36b9b65a5;p=kivitendo-erp.git 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');