|
# 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::Manager::AuthSessionContent;
|
|
|
|
use strict;
|
|
|
|
use parent qw(SL::DB::Helper::Manager);
|
|
|
|
sub object_class { 'SL::DB::AuthSessionContent' }
|
|
|
|
__PACKAGE__->make_manager_methods;
|
|
|
|
1;
|