geno/wp-content/plugins/mailpoet/vendor-prefixed/symfony/service-contracts/ServiceSubscriberInterface.php
2024-02-01 11:54:18 +00:00

7 lines
179 B
PHP

<?php
namespace MailPoetVendor\Symfony\Contracts\Service;
if (!defined('ABSPATH')) exit;
interface ServiceSubscriberInterface
{
public static function getSubscribedServices();
}