Revision 2d7e4203
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/DB/BackgroundJob.pm | ||
---|---|---|
10 | 10 |
|
11 | 11 |
use SL::System::Process; |
12 | 12 |
|
13 |
__PACKAGE__->meta->initialize; |
|
14 |
|
|
13 | 15 |
__PACKAGE__->before_save('_before_save_set_next_run_at'); |
14 | 16 |
|
15 | 17 |
sub _before_save_set_next_run_at { |
Auch abrufbar als: Unified diff
initialize in SL::DB::Objects statt im MetaSetup