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

8 lines
256 B
PHP

<?php
namespace MailPoetVendor\Symfony\Contracts\Service;
if (!defined('ABSPATH')) exit;
use MailPoetVendor\Psr\Container\ContainerInterface;
interface ServiceProviderInterface extends ContainerInterface
{
public function getProvidedServices() : array;
}