We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01f21e commit 82a1824Copy full SHA for 82a1824
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## 1.x
4
5
+### next
6
+
7
+* BlackHoleService moved to peso/debug
8
9
### 1.4.1
10
11
*Sep 6, 2025*
src/Services/BlackHoleService.php
@@ -19,6 +19,9 @@
19
use Peso\Core\Requests\HistoricalExchangeRateRequest;
20
use Peso\Core\Responses\ErrorResponse;
21
22
+/**
23
+ * @deprecated Use Peso\Debug\Services\BlackHoleService from peso/debug
24
+ */
25
final readonly class BlackHoleService implements PesoServiceInterface
26
{
27
/**
0 commit comments