🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 14:11:59 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
google-listings-and-ads
/
src
/
Internal
📍 /home/therahul/thedasstores.com/wp-content/plugins/google-listings-and-ads/src/Internal
🔄 Refresh
✏️
Editing: ContainerAwareTrait.php
Writable
<?php declare( strict_types=1 ); namespace Automattic\WooCommerce\GoogleListingsAndAds\Internal; use Automattic\WooCommerce\GoogleListingsAndAds\Vendor\Psr\Container\ContainerInterface; defined( 'ABSPATH' ) || exit; /** * Trait ContainerAwareTrait * * @package Automattic\WooCommerce\GoogleListingsAndAds\Internal */ trait ContainerAwareTrait { /** @var ContainerInterface */ protected $container; /** * @param ContainerInterface $container * * @return void */ public function set_container( ContainerInterface $container ): void { $this->container = $container; } }
💾 Save Changes
❌ Cancel