X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FTranslation.pm;fp=SL%2FDB%2FTranslation.pm;h=841a3a86a4e9d0f5165cda18b3cd19545d53d13b;hb=f97b07787db5cacc0f90338fdb3c1237262917cb;hp=0000000000000000000000000000000000000000;hpb=3cc8ad871fc62723dbb9879a004a2af49d21bfef;p=kivitendo-erp.git diff --git a/SL/DB/Translation.pm b/SL/DB/Translation.pm new file mode 100644 index 000000000..841a3a86a --- /dev/null +++ b/SL/DB/Translation.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::Translation; + +use strict; + +use SL::DB::MetaSetup::Translation; + +# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. +__PACKAGE__->meta->make_manager_class; + +1;