RDBO Support.
[kivitendo-erp.git] / SL / DB / Chart.pm
diff --git a/SL/DB/Chart.pm b/SL/DB/Chart.pm
new file mode 100644 (file)
index 0000000..2d865b5
--- /dev/null
@@ -0,0 +1,9 @@
+package SL::DB::Chart;
+
+use strict;
+
+use SL::DB::MetaSetup::Chart;
+
+__PACKAGE__->meta->make_manager_class;
+
+1;