mirror of
https://github.com/itflow-org/itflow
synced 2026-08-17 13:05:12 +00:00
Allow PHP-8.2 and up Compatibility instead of just PHP-8.4
This commit is contained in:
@@ -102,7 +102,7 @@ class MailFake implements Factory, Fake, Mailer, MailQueue
|
||||
* @param int $times
|
||||
* @return void
|
||||
*/
|
||||
protected function assertSentTimes($mailable, $times = 1)
|
||||
public function assertSentTimes($mailable, $times = 1)
|
||||
{
|
||||
$count = $this->sent($mailable)->count();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user