1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Deps: Updated custom symfony/mailer package

Done during #4903 work
This commit is contained in:
Dan Brown
2024-03-17 16:32:59 +00:00
parent 2345fd4677
commit b4b84f81a0
3 changed files with 22 additions and 17 deletions

View File

@ -132,7 +132,7 @@ class ConfigTest extends TestCase
public function test_smtp_scheme_and_certain_port_forces_tls_usage()
{
$isMailTlsRequired = function () {
/** @var \BookStack\App\Mail\EsmtpTransport $transport */
/** @var EsmtpTransport $transport */
$transport = Mail::mailer('smtp')->getSymfonyTransport();
Mail::purge('smtp');
return $transport->getTlsRequirement();