Split Output into Output(Generator) and Transport. Needed for later
switching between different mail transports.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Frs\Output;
|
||||
|
||||
interface OutputInterface
|
||||
{
|
||||
public function send();
|
||||
}
|
||||
Reference in New Issue
Block a user