mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Clean up mail thing.
This commit is contained in:
parent
645400e17f
commit
a26acf4a25
@ -137,7 +137,7 @@ class AuthController extends Controller
|
|||||||
$message->to($email, $email)->subject('Welcome to Firefly III! ');
|
$message->to($email, $email)->subject('Welcome to Firefly III! ');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
} catch (\Swift_TransportException $e) {
|
} catch (Swift_TransportException $e) {
|
||||||
Log::error($e->getMessage());
|
Log::error($e->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user