golden hour
/home/godaofbq/elitehyperbarics.com/wp-content/plugins/woocommerce/src/Blocks/Registry
⬆️ Go Up
Upload
File/Folder
Size
Actions
AbstractDependencyType.php
1.24 KB
Del
OK
Container.php
3.02 KB
Del
OK
FactoryType.php
505 B
Del
OK
SharedType.php
740 B
Del
OK
Edit: FactoryType.php
<?php namespace Automattic\WooCommerce\Blocks\Registry; /** * Definition for the FactoryType dependency type. * * @since 2.5.0 */ class FactoryType extends AbstractDependencyType { /** * Invokes and returns the value from the stored internal callback. * * @param Container $container An instance of the dependency injection * container. * * @return mixed */ public function get( Container $container ) { return $this->resolve_value( $container ); } }
Save