X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/75f7cc1dab30b70f9f1044a1ef3d8a924bf35c34..ad46cc4c58c14071a2922c1154dfa3daebac4417:/SL/DB/Manager/FileFullText.pm 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;