Some message optimisation, added Echomail processing
This commit is contained in:
11
app/Interfaces/Packet.php
Normal file
11
app/Interfaces/Packet.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Interfaces;
|
||||
|
||||
use App\Classes\FTN\Message;
|
||||
use App\Models\Address;
|
||||
|
||||
interface Packet
|
||||
{
|
||||
public function Packet(Address $ao): Message;
|
||||
}
|
Reference in New Issue
Block a user