Skip to content

Commit 162a7f9

Browse files
committed
update visibility
1 parent 464de19 commit 162a7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function assertSent($mailable, $callback = null)
102102
* @param int $times
103103
* @return void
104104
*/
105-
protected function assertSentTimes($mailable, $times = 1)
105+
public function assertSentTimes($mailable, $times = 1)
106106
{
107107
$count = $this->sent($mailable)->count();
108108

0 commit comments

Comments
 (0)