X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4fd22b569d4436293e0a9d364d7356b5bfc503e5..b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13:/SL/DB/Language.pm diff --git a/SL/DB/Language.pm b/SL/DB/Language.pm index abfdebce0..3248f386c 100644 --- a/SL/DB/Language.pm +++ b/SL/DB/Language.pm @@ -1,13 +1,8 @@ -# 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::Language; use strict; use SL::DB::MetaSetup::Language; - -# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. -__PACKAGE__->meta->make_manager_class; +use SL::DB::Manager::Language; 1;