Output handling to separate classes.
This commit is contained in:
9
lib/Frs/Output/MailOutput.php
Normal file
9
lib/Frs/Output/MailOutput.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Frs\Output;
|
||||
|
||||
use \Frs\Output\GenericOutput;
|
||||
|
||||
class MailOutput extends GenericOutput
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user