Your IP : 3.145.83.96


Current Path : /home/lentoinv/test.api.lentoria.com/vendor/guzzlehttp/promises/src/
Upload File :
Current File : //home/lentoinv/test.api.lentoria.com/vendor/guzzlehttp/promises/src/PromisorInterface.php

<?php

namespace GuzzleHttp\Promise;

/**
 * Interface used with classes that return a promise.
 */
interface PromisorInterface
{
    /**
     * Returns a promise.
     *
     * @return PromiseInterface
     */
    public function promise();
}

?>