Guest User

Untitled

a guest
Jan 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. <?php
  2. namespace App\Services;
  3.  
  4. interface MessageInterface
  5. {
  6.  
  7. public function send(string $message);
  8. }
Add Comment
Please, Sign In to add comment