Skip to content
Snippets Groups Projects
SendServiceInterface.php 104 B
Newer Older
i.vasilenko@iq-adv.ru's avatar
i.vasilenko@iq-adv.ru committed
<?php

namespace App\Service\Send;

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