File "ContainerAwareTrait.php"

Full Path: /home/warrior1/public_html/languages/wp-content/plugins/mailpoet/vendor-prefixed/symfony/dependency-injection/ContainerAwareTrait.php
File size: 260 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace MailPoetVendor\Symfony\Component\DependencyInjection;
if (!defined('ABSPATH')) exit;
trait ContainerAwareTrait
{
 protected $container;
 public function setContainer(ContainerInterface $container = null)
 {
 $this->container = $container;
 }
}