custom/static-plugins/LDSCustom/src/LDSCustom.php line 9

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace LDSCustom;
  4. use Shopware\Core\Framework\Plugin;
  5. class LDSCustom extends Plugin
  6. {
  7.     public function getTemplatePriority(): int
  8.     {
  9.         return 500;
  10.     }
  11. }