Files
ops-Gazelle/app/Task/RatioWatch.php

10 lines
220 B
PHP

<?php
namespace Gazelle\Task;
class RatioWatch extends \Gazelle\Task {
public function run(): void {
$this->processed += new \Gazelle\Manager\User()->ratioWatchAudit(new \Gazelle\Tracker(), $this);
}
}