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