App\Ninja\Mailers\ContactMailer::__construct PHP 메소드

__construct() 공개 메소드

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