X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=SL%2FDB%2FAuthSession.pm;fp=SL%2FDB%2FAuthSession.pm;h=daf305e20904876fe2c50d0a9d7a14cd69ae6e13;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 diff --git a/SL/DB/AuthSession.pm b/SL/DB/AuthSession.pm new file mode 100644 index 000000000..daf305e20 --- /dev/null +++ b/SL/DB/AuthSession.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::AuthSession; + +use strict; + +use SL::DB::MetaSetup::AuthSession; +use SL::DB::Manager::AuthSession; + +__PACKAGE__->meta->initialize; + +1;