X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/DB/ShopImage.pm diff --git a/SL/DB/ShopImage.pm b/SL/DB/ShopImage.pm new file mode 100644 index 000000000..b95a55cfa --- /dev/null +++ b/SL/DB/ShopImage.pm @@ -0,0 +1,16 @@ +# 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::ShopImage; + +use strict; + +use SL::DB::MetaSetup::ShopImage; +use SL::DB::Manager::ShopImage; +use SL::DB::Helper::ActsAsList; + +__PACKAGE__->meta->initialize; + +__PACKAGE__->configure_acts_as_list(group_by => [qw(object_id)]); + +1;