oont-contents/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/ContainerAwareInterface.php
2025-02-08 15:10:23 +01:00

7 lines
209 B
PHP

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