<?php

namespace App\Service\Send;

interface SendServiceInterface
{
    public function send(): void;
}