Skip to content

Commit be9706a

Browse files
authored
remove mail fake failures method (#44003)
1 parent ce67c7f commit be9706a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Illuminate/Support/Testing/Fakes/MailFake.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -393,16 +393,6 @@ public function later($delay, $view, $queue = null)
393393
$this->queue($view, $queue);
394394
}
395395

396-
/**
397-
* Get the array of failed recipients.
398-
*
399-
* @return array
400-
*/
401-
public function failures()
402-
{
403-
return [];
404-
}
405-
406396
/**
407397
* Infer mailable class using reflection if a typehinted closure is passed to assertion.
408398
*

0 commit comments

Comments
 (0)