Commit 3ba40e3f authored by wwccw0591's avatar wwccw0591

ccw:master_dev

parent 5e6a94ca
<?php <?php
namespace React\Promise; namespace React\Promise;
require_once ("/www/local.qm.com/application/library/React/Promise/functions.php"); $indexUrl=\Bootstrap::getUrlIniConfig('resourcesHost');
require_once ($indexUrl.'/Promise/functions.php');
class FulfilledPromise implements ExtendedPromiseInterface, CancellablePromiseInterface class FulfilledPromise implements ExtendedPromiseInterface, CancellablePromiseInterface
{ {
private $value; private $value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment