custom/plugins/papooCcm19Integration6/src/papooCcm19Integration6.php line 18

Open in your IDE?
  1. <?php
  2. /*
  3.  * Papoo CCM19 Integration Plugin for Shopware 6
  4.  * Version 1.0.4
  5.  *
  6.  * (c) Papoo Software & Media GmbH
  7.  *     Dr. Carsten Euwens
  8.  *
  9.  * @copyright Papoo Software & Media GmbH
  10.  * @author Christoph Grenz <info@papoo.de>
  11.  * @date 2022-02-03
  12.  */
  13. namespace Papoo\Ccm19Integration;
  14. use Shopware\Core\Framework\Plugin;
  15. class papooCcm19Integration6 extends Plugin
  16. {
  17. }