Skip to content

Commit 82a1824

Browse files
committed
Deprecate the BlackHole
1 parent f01f21e commit 82a1824

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## 1.x
44

5+
### next
6+
7+
* BlackHoleService moved to peso/debug
8+
59
### 1.4.1
610

711
*Sep 6, 2025*

src/Services/BlackHoleService.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
use Peso\Core\Requests\HistoricalExchangeRateRequest;
2020
use Peso\Core\Responses\ErrorResponse;
2121

22+
/**
23+
* @deprecated Use Peso\Debug\Services\BlackHoleService from peso/debug
24+
*/
2225
final readonly class BlackHoleService implements PesoServiceInterface
2326
{
2427
/**

0 commit comments

Comments
 (0)