Closed mruz closed 10 years ago
Email getTemplate from Library doesn't return view's content:
$email = new \Baseapp\Library\Email(); $output = $email->getTemplate('activation', array('username' => 'mruz', 'hash' => 'test')); echo \Baseapp\Library\Debug::vars($output);
Fixed.
Email getTemplate from Library doesn't return view's content: