SwatchVisual.php 199 B

12345678910
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Swatches\Model\Form\Element;
  7. class SwatchVisual extends AbstractSwatch
  8. {
  9. }