App\Ninja\Mailers\ContactMailer::__construct PHP Method

__construct() public method

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