custom/plugins/FuexcProductStatistics/src/FuexcProductStatistics.php line 9

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Fuexchen\FuexcProductStatistics;
  3. use Shopware\Core\Framework\Plugin;
  4. //for test purposes
  5. //date_default_timezone_set('Europe/Berlin');
  6. class FuexcProductStatistics extends Plugin {
  7. }