mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Added missing comments Emailer (#637)
This commit is contained in:
parent
ced24029fb
commit
96fe6cc5b7
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ use Symfony\Component\Mailer\Transport\Smtp\EsmtpTransport;
|
|||
use Symfony\Component\Mime\Address;
|
||||
use Symfony\Component\Mime\Email;
|
||||
|
||||
/**
|
||||
* Class Emailer
|
||||
* @package TorrentPier
|
||||
*/
|
||||
class Emailer
|
||||
{
|
||||
/** @var string message text */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue