X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FManager%2FFileFullText.pm;fp=SL%2FDB%2FManager%2FFileFullText.pm;h=bb1267d6835a46a17036d243a6b94caf3958f321;hb=b293ff8ad52fc76ba0c44783e3982418114d6b08;hp=0000000000000000000000000000000000000000;hpb=d4925a8b60f04674885e30d9316dc0263f8b9a84;p=kivitendo-erp.git diff --git a/SL/DB/Manager/FileFullText.pm b/SL/DB/Manager/FileFullText.pm new file mode 100644 index 000000000..bb1267d68 --- /dev/null +++ b/SL/DB/Manager/FileFullText.pm @@ -0,0 +1,14 @@ +# 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::Manager::FileFullText; + +use strict; + +use parent qw(SL::DB::Helper::Manager); + +sub object_class { 'SL::DB::FileFullText' } + +__PACKAGE__->make_manager_methods; + +1;