geno/wp-content/plugins/mailpoet/vendor-prefixed/symfony/service-contracts/ServiceSubscriberInterface.php

8 lines
179 B
PHP
Raw Normal View History

2024-02-01 17:24:18 +05:30
<?php
namespace MailPoetVendor\Symfony\Contracts\Service;
if (!defined('ABSPATH')) exit;
interface ServiceSubscriberInterface
{
public static function getSubscribedServices();
}