X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/55e399ab36e9b688a4bfbb7b90422fe33e9e14e7..1561b7f3d98390ba97bd5a81945f16e82d96915b:/SL/DB/ProjectPhase.pm diff --git a/SL/DB/ProjectPhase.pm b/SL/DB/ProjectPhase.pm new file mode 100644 index 000000000..b21d0613d --- /dev/null +++ b/SL/DB/ProjectPhase.pm @@ -0,0 +1,15 @@ +# 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::ProjectPhase; + +use strict; + +use SL::DB::MetaSetup::ProjectPhase; + +__PACKAGE__->meta->initialize; + +# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. +__PACKAGE__->meta->make_manager_class; + +1;