File manager - Edit - /home/proidvn/site.proid.vn/wp-content/plugins/woocommerce/lib/packages/GraphQL/Executor/PromiseExecutor.php
Back
<?php declare(strict_types=1); namespace Automattic\WooCommerce\Vendor\GraphQL\Executor; use Automattic\WooCommerce\Vendor\GraphQL\Executor\Promise\Promise; class PromiseExecutor implements ExecutorImplementation { private Promise $result; public function __construct(Promise $result) { $this->result = $result; } public function doExecute(): Promise { return $this->result; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings