Vergessene SL::DB::ApGl.pm eingecheckt
authorJan Büren <jan@kivitendo.de>
Wed, 2 Mar 2022 08:41:45 +0000 (09:41 +0100)
committerJan Büren <jan@kivitendo.de>
Thu, 3 Mar 2022 12:39:55 +0000 (13:39 +0100)
SL/DB/ApGl.pm [new file with mode: 0644]
SL/DB/Helper/ALL.pm

diff --git a/SL/DB/ApGl.pm b/SL/DB/ApGl.pm
new file mode 100644 (file)
index 0000000..77368a3
--- /dev/null
@@ -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;
index bb0c3b4..633373b 100644 (file)
@@ -4,6 +4,7 @@ use strict;
 
 use SL::DB::AccTransaction;
 use SL::DB::AdditionalBillingAddress;
+use SL::DB::ApGl;
 use SL::DB::Assembly;
 use SL::DB::AssortmentItem;
 use SL::DB::AuthClient;