mirror of
https://github.com/bitinflow/expose.git
synced 2026-04-28 10:36:17 +00:00
wip
This commit is contained in:
8
app/Server/Messages/Message.php
Normal file
8
app/Server/Messages/Message.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Server\Messages;
|
||||
|
||||
interface Message
|
||||
{
|
||||
public function respond();
|
||||
}
|
||||
Reference in New Issue
Block a user