Nwidart\Modules\Commands\GenerateMailCommand::getTemplateContents PHP Method

getTemplateContents() protected method

Get template contents.
protected getTemplateContents ( ) : string
return string
    protected function getTemplateContents()
    {
        $module = $this->laravel['modules']->findOrFail($this->getModuleName());
        return (new Stub('/mail.stub', ['NAMESPACE' => $this->getClassNamespace($module), 'CLASS' => $this->getClass()]))->render();
    }