vendor/shopware/core/Framework/Validation/DataBag/RequestDataBag.php line 5

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Shopware\Core\Framework\Validation\DataBag;
  3. class RequestDataBag extends DataBag
  4. {
  5. }