custom/plugins/NeoTaskStatistics/src/NeoTaskStatistics.php line 19

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /*
  3.  * (c) Neofonie GmbH
  4.  *
  5.  * This computer program is the sole property of Neofonie GmbH
  6.  * (http://www.neofonie.de) and is protected under the German Copyright Act
  7.  * (paragraph 69a UrhG). All rights are reserved. Making copies,
  8.  * duplicating, modifying, using or distributing this computer program
  9.  * in any form, without prior written consent of Neofonie, is
  10.  * prohibited. Violation of copyright is punishable under the
  11.  * German Copyright Act (paragraph 106 UrhG). Removing this copyright
  12.  * statement is also a violation.
  13.  */
  14. namespace NeoTaskStatistics;
  15. use Shopware\Core\Framework\Plugin;
  16. class NeoTaskStatistics extends Plugin
  17. {
  18. }