mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-12-31 22:41:23 +00:00
bootstrap fake sms from cli
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Chill\MainBundle\Service\ShortMessage;
|
||||
|
||||
interface ShortMessageSenderInterface
|
||||
{
|
||||
public function send(ShortMessage $shortMessage): void;
|
||||
}
|
||||
Reference in New Issue
Block a user