protected function run($argument)
 {
     // Remove activities that are older then one year
     $expireDays = $this->config->getSystemValue('activity_expire_days', 365);
     $this->data->expire($expireDays);
 }