oont-contents/plugins/mailpoet/vendor-prefixed/symfony/service-contracts/ServiceSubscriberInterface.php
2025-02-08 15:10:23 +01:00

7 lines
179 B
PHP

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