App\Ninja\Mailers\ContactMailer::__construct PHP Méthode

__construct() public méthode

ContactMailer constructor.
public __construct ( TemplateService $templateService )
$templateService App\services\TemplateService
    public function __construct(TemplateService $templateService)
    {
        $this->templateService = $templateService;
    }