commercetools-8.x-1.2-alpha1/src/CacheableCommercetoolsResponse.php
src/CacheableCommercetoolsResponse.php
<?php
namespace Drupal\commercetools;
use Drupal\Core\Cache\CacheableResponseInterface;
use Drupal\Core\Cache\CacheableResponseTrait;
/**
* Defines a CacheableCommercetoolsResponse class.
*/
class CacheableCommercetoolsResponse extends CommercetoolsResponse implements CacheableResponseInterface {
use CacheableResponseTrait;
}
