<?php declare(strict_types=1);
namespace DanMuehldorferPlugin;
use Shopware\Core\Framework\Plugin;
class DanMuehldorferPlugin extends Plugin
{
public function getTemplatePriority(): int
return 500;
}