Нема описа

ServiceSubscriberInterface.php 289B

12
  1. <?php
  2. namespace MailPoetVendor\Symfony\Component\DependencyInjection; if (!defined('ABSPATH')) exit; use MailPoetVendor\Symfony\Contracts\Service\ServiceSubscriberInterface as BaseServiceSubscriberInterface; interface ServiceSubscriberInterface extends BaseServiceSubscriberInterface { }