oont-contents/plugins/mailpoet/vendor-prefixed/symfony/service-contracts/ServiceProviderInterface.php
2025-02-08 15:10:23 +01: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;
}