Split Output into Output(Generator) and Transport. Needed for later
switching between different mail transports.
This commit is contained in:
@@ -6,8 +6,4 @@ use \Frs\Output\GenericOutput;
|
||||
|
||||
class HtmlOutput extends GenericOutput
|
||||
{
|
||||
public function sendOutputToStdout()
|
||||
{
|
||||
echo $this->getRenderedOutput();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user