Skip to content

Commit

Permalink
Merge branch '2' into 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabina Talipova committed Nov 21, 2022
2 parents e2a5053 + ffe1bc8 commit 40aa0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestSessionHTTPMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ protected function loadTestState(HTTPRequest $request)
MailerInterface::class
);
Email::config()->set("send_all_emails_to", null);
Email::config()->update('admin_email', '[email protected]');
Email::config()->set('admin_email', '[email protected]');
}

// Connect to the test session database
Expand Down

0 comments on commit 40aa0a7

Please sign in to comment.