diff options
Diffstat (limited to 'apps/admin_audit/lib/BackgroundJobs/Rotate.php')
-rw-r--r-- | apps/admin_audit/lib/BackgroundJobs/Rotate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/admin_audit/lib/BackgroundJobs/Rotate.php b/apps/admin_audit/lib/BackgroundJobs/Rotate.php index 61c173c453c..4785993bee1 100644 --- a/apps/admin_audit/lib/BackgroundJobs/Rotate.php +++ b/apps/admin_audit/lib/BackgroundJobs/Rotate.php @@ -31,7 +31,7 @@ class Rotate extends TimedJob { use RotationTrait; public function __construct() { - $this->setInterval(60*60*3); + $this->setInterval(60 * 60 * 3); } protected function run($argument) { |