Skip to content

Commit

Permalink
feat: use set instead
Browse files Browse the repository at this point in the history
  • Loading branch information
storyn26383 committed Jan 31, 2024
1 parent 0e16eea commit f474ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public function process(object $event): void

$counter->set(-1);

$this->container->instance('server.stats.worker_restart_times', $counter);
$this->container->set('server.stats.worker_restart_times', $counter);
}
}

0 comments on commit f474ee1

Please sign in to comment.