kivitendo/SL/DB/Manager/FileFullText.pm @ 7b1da9c3
ad46cc4c | Bernd Bleßmann | # 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;
|