X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FApGl.pm;fp=SL%2FDB%2FApGl.pm;h=77368a34a5940d06ae7d58d4b0ceb269e9fedec9;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hp=0000000000000000000000000000000000000000;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84;p=kivitendo-erp.git diff --git a/SL/DB/ApGl.pm b/SL/DB/ApGl.pm new file mode 100644 index 000000000..77368a34a --- /dev/null +++ b/SL/DB/ApGl.pm @@ -0,0 +1,13 @@ +# 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::ApGl; + +use strict; + +use SL::DB::MetaSetup::ApGl; +use SL::DB::Manager::ApGl; + +__PACKAGE__->meta->initialize; + +1;