Skip to content

Commit 1c64a6e

Browse files
author
Temp Mail API
authored
Update TempMailSo.php
1 parent c1a9ef7 commit 1c64a6e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

PHP/TempMailSo.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,6 @@ public function listInboxes()
8383
return $this->request('GET', '/inboxes');
8484
}
8585

86-
// Retrieve details of a single inbox
87-
public function getInbox($inboxId)
88-
{
89-
return $this->request('GET', '/inboxes/' . $inboxId);
90-
}
91-
9286
// Delete an inbox
9387
public function deleteInbox($inboxId)
9488
{

0 commit comments

Comments
 (0)