changed main-class name

This commit is contained in:
Nils 2025-04-14 18:40:07 +02:00
parent 792df48fbb
commit 0ae4caf8f6
Signed by: slinicraftet204
GPG Key ID: 78E12696BAFC2A4B
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
}
},
"extra": {
"shopware-plugin-class": "TurnstileReMaster\\TurnstileReMaster",
"shopware-plugin-class": "TurnstileReMaster\\SLINITurnstile",
"label": {
"de-DE": "Turnstile-Remaster (Canary)",
"en-GB": "Turnstile-Remaster (Canary)"

View File

@ -4,6 +4,6 @@ namespace TurnstileReMaster;
use Shopware\Core\Framework\Plugin;
class TurnstileReMaster extends Plugin
class SLINITurnstile extends Plugin
{
}