Skip to content

Commit c8d5bd2

Browse files
committed
remove var_dump
1 parent 52ed81e commit c8d5bd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Service/Domain.php

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public function list(): \Resend\Collection
3232
$payload = Payload::list('domains');
3333

3434
$result = $this->transporter->request($payload);
35-
var_dump($result);
3635

3736
return $this->createResource('domains', $result);
3837
}

0 commit comments

Comments
 (0)