magento2-docker/app/code/IpSupply/Prology/Api/Interface/NewsletterInterface.php

14 lines
144 B
PHP
Executable File

<?php
namespace IpSupply\Prology\Api\Interface;
interface NewsletterInterface
{
/**
* POST
* @return string
*/
public function register();
}