FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
mailpoet
/
vendor-prefixed
/
symfony
/
dependency-injection
Edit File: ContainerAwareTrait.php
<?php namespace MailPoetVendor\Symfony\Component\DependencyInjection; if (!defined('ABSPATH')) exit; trait ContainerAwareTrait { protected $container; public function setContainer(?ContainerInterface $container = null) { $this->container = $container; } }
Save
Back