@@ -5,9 +5,9 @@ |
||
| 5 | 5 | namespace Webhook\Bundle\Service; |
| 6 | 6 | |
| 7 | 7 | |
| 8 | +use Bunny\Client; |
|
| 8 | 9 | use Webhook\Domain\Infrastructure\HandlerInterface; |
| 9 | 10 | use Webhook\Domain\Model\Webhook; |
| 10 | -use Bunny\Client; |
|
| 11 | 11 | |
| 12 | 12 | /** |
| 13 | 13 | * Class RetryHandler |