vendor/shopware/core/Checkout/Cart/LineItem/CartDataCollection.php line 7

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Shopware\Core\Checkout\Cart\LineItem;
  3. use Shopware\Core\Framework\Struct\Collection;
  4. class CartDataCollection extends Collection
  5. {
  6.     public function getApiAlias(): string
  7.     {
  8.         return 'cart_data_collection';
  9.     }
  10. }