Your IP : 3.141.201.92


Current Path : /proc/self/root/home/lentoinv/lentoria.com/vendor/guzzlehttp/promises/src/
Upload File :
Current File : //proc/self/root/home/lentoinv/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();
}

?>