← All changes
|
includes/sdk/google/google/gax/src/Middleware/FixedHeaderMiddleware.php
+4
-3
1.1.1
→
1.4.1
View file →
| @@ -29,14 +29,15 @@ | ||
| 29 | 29 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 30 | 30 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 31 | 31 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 32 | 32 | */ |
| 33 | -namespace Dudlewebs\WPMCS\Google\ApiCore\Middleware; | |
| 33 | +namespace Dudlewebs\WPMCS\GCP\Google\ApiCore\Middleware; | |
| 34 | 34 | |
| 35 | -use Dudlewebs\WPMCS\Google\ApiCore\Call; | |
| 36 | -use Dudlewebs\WPMCS\GuzzleHttp\Promise\PromiseInterface; | |
| 35 | +use Dudlewebs\WPMCS\GCP\Google\ApiCore\Call; | |
| 37 | 36 | /** |
| 38 | 37 | * Middleware to add fixed headers to an API call. |
| 38 | + * | |
| 39 | + * @internal | |
| 39 | 40 | */ |
| 40 | 41 | class FixedHeaderMiddleware implements MiddlewareInterface |
| 41 | 42 | { |
| 42 | 43 | /** @var callable */ |