geno/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/ContainerAwareInterface.php
2024-02-01 11:54:18 +00:00

7 lines
208 B
PHP

<?php
namespace MailPoetVendor\Symfony\Component\DependencyInjection;
if (!defined('ABSPATH')) exit;
interface ContainerAwareInterface
{
public function setContainer(ContainerInterface $container = null);
}