1 # @tag: background_jobs_clean_auth_sessions
 
   2 # @description: Hintergrundjob zum Löschen abgelaufener Sessions
 
   3 # @depends: release_3_1_0
 
   4 package SL::DBUpgrade2::background_jobs_clean_auth_sessions;
 
   9 use parent qw(SL::DBUpgrade2::Base);
 
  11 use SL::BackgroundJob::CleanAuthSessions;
 
  16   SL::BackgroundJob::CleanAuthSessions->create_job;