Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit d54cfaf

Browse files
author
Eduardo Kasper
committed
[PATCH/PO-2958] points StatsD to use SilentClient
1 parent 79e8262 commit d54cfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client/StatsD.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use HelloFresh\Stats\HTTPMetricAlterCallback;
66
use HelloFresh\Stats\Incrementer;
77
use HelloFresh\Stats\State;
8+
use HelloFresh\Stats\StatsD\SilentClient as StatsDClient;
89
use HelloFresh\Stats\Timer;
9-
use League\StatsD\Client as StatsDClient;
1010
use League\StatsD\Exception\ConfigurationException;
1111

1212
class StatsD extends AbstractClient implements Client

0 commit comments

Comments
 (0)