X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/DB/AuthSessionContent.pm diff --git a/SL/DB/AuthSessionContent.pm b/SL/DB/AuthSessionContent.pm new file mode 100644 index 000000000..1443e7073 --- /dev/null +++ b/SL/DB/AuthSessionContent.pm @@ -0,0 +1,13 @@ +# 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::AuthSessionContent; + +use strict; + +use SL::DB::MetaSetup::AuthSessionContent; +use SL::DB::Manager::AuthSessionContent; + +__PACKAGE__->meta->initialize; + +1;